Tuesday, December 15, 2015

CCNP Switch Exam Prep

A network engineer wants to analyze all incoming and outgoing packets for an interface that is connected to an access switch. Which three items must be configured to mirror traffic to a packet sniffer that is connected to the distribution switch? (Choose three.)
A.      A monitor session on the distribution switch with a physical interface as the source and remote SPAN VLAN as the destination.
B.     A remote SPAN VLAN on the distribution and access layer switch.
C.      A monitor session on the access witch with a physical interface source and the remote SPAN VLAN as the destination.
D.     A monitor session on the distribution switch with a remote SPAN VLAN as the source and physical interface as the destination.
E.      A monitor session on the access switch with a remote SPAN VLAN source and the physical interface as the destination.
F.       A monitor session on the distribution switch with a physical interface as the source and a physical as the destination

CCNP Switch Exam Prep

How can the traffic that is mirrored out the Gigabitether0/48 port be limited to only traffic that is  received or transmitted in VLAN 10 on the GigabitEthernet0/1 port?
Interface GigabitEthernet0/1
     switchport
     switchport mode trunk
     switchport trunk allowed vlan 1-100
     !
Interface GigabitEthernet0/48
     switchport
     switchport mode access
     !
monitor session 1 source interface GigabitEthernet0/1
monitor session 1 destination interface GigabitEthernet0/48
A.      Change the configuration for GigabitEthernet0/48 so that it is a member of VLAN 10.
B.      Add an access-list to GigabitEthernet0/48 to filter out traffic that is not in VLAN 10.
C.      Apply the monitor session filter globally to allow only traffic from VLAN 10.
D.      Change the monitor session source VLAN 10 instead of the physical interface.

CCNP Switch Exam Prep

Which set of configurations will result in all ports on both switches successfully bundling into and etherchannel?
A.      Switch1
Channel-group 1 mode active
Switch2
Channel-group 1 mode auto
B.      Switch1
Channel-group 1 mode desirable
Switch2
Channel-group 1 mode passive
C.       Switch1
Channel-group 1 mode on
Switch2
Channel-group1 mode auto
D.     Switch1
Channel-group 1 mode desirable
Switch2
Channel-group 1 mode auto

CCNP Switch Exam Prep

What percentage of bandwidth is reduced when a stack cable is broken?
A.0
B.25
C.50
D.75
E.100
Explanation: Physical Sequential Linkage
The switches are physically connected sequentially, as shown in figure 3. A break in any one of the cables will result in the stack bandwidth being reduced to half of its full capacity. Subsecond timing mechanisms detect traffic problems and immediately institute failover. This mechanism restores dual path flow when the timing mechanisms detect renewed activity on the cable.

CCNP Switch Exam Prep

A network engineer wants to add a new switch to an existing switch stack. Which configuration must be added to the new switch before it can be added to the switch stack?
A.     No configuration must be added.
B.      Stack ID
C.       IP address
D.      VLAN information
E.      VTP information

CCNP Switch Exam Prep

What is the maximum number of switches that can be stacked using Cisco StakWise?
       A.4
       B.5
       C.8
       D.9
       E.10
       F.13
Explanation: Up to 9 Cisco Catalyst switches can be stacked together to build single logical StackWise switch since Cisco IOS XE Release 3.3.OSE. Prior to Cisco IOS XE Release3.3.OSE, up to 4 Cisco Catalyst switches could be stacked together.