Boson Flashcards
How do you configure different switch port security modes? What is the default violation mode?
‘switchport port-security violation [protect/shutdown/restrict]’
They all discard unauthorized traffic
Protect: only discards
Restrict: logs unauthorized entry and increments SecurityViolation counter and sends SNMP trap
Shutdown: logs unauthorized entry and increments SecurityViolation counter, sends SNMP trap AND places port in err-disabled state (effectively shuts down port)
Shutdown is default
What occurs when you enable UplinkFast on a switch?
What does UplinkFast do?
Port costs increase by 3000
If enabled on a switch with bridge priority less than 49152, the bridge priority is changed to 49152, if already greater the bridge priority remains at the higher value
UplinkFast increases convergence speed for an access layer switch that detects a failure on the root port
What is the default switch bridge priority and which bridge is most likely to become the root bridge?
32768 and the switch with the lowest bridge priority
Which commands or command sets will reset a port that has been shut down by UDLD?
- ‘udld reset‘
- ‘errdisable recovery cause udld’
- ‘no udld enable’, then ‘udld port’ or ‘udld aggressive’
- ‘no udld port’, then ‘udld port’ or ‘udld port aggressive’
- ‘shutdown’, then ‘no shutdown’
UDLD monitors a link to verify that both ends of the link are functioning
What traffic is untagged in regards to VLANs?
Native VLANs are untagged
What are PVLANs (private VLANs) for and what are they consisted of?
Helps isolate traffic within a VLAN
They include a primary VLAN and one or more secondary VLANs
What’s the difference between a host that connects to an isolated VLAN and a host connected to a community VLAN?
Host connected to an isolated VLAN can communicate with only the primary VLAN
A host connected to community VLAN can communicate with other hosts associated with the community VLAN as well as with the primary VLAN
Enable 802.1x port-based authentication
‘aaa new-model’
‘aaa authentication dot1x default group radius’
‘dot1x system-with-control’ (globally enables 802.1x on switch)
‘dot1x port-control {force-authorized/force-unauthorized/auto}’
Configure router to use EIGRP for AS 2
ip routing
router eigrp 2
An interface that should participate in EIGRP must have an IP address assigned
Which ports will Portfast be enabled if you issue the ‘spanning-tree portfast default’ command?
The command enabled Portfast by default on all access ports, trunk ports are not affected
What command makes an interface an access port?
‘switchport mode access’
How do you enable PortFast on individual ports?
‘spanning-tree portfast’
Name all the different ways to configure load balancing for an EtherChannel. Explain each. What is the default?
- ‘port-channel load-balance dst-mac’ : configures the EthernetChannel to load balance based on the destination MAC address
- ‘port-channel load-balance src-ip’ : configures the EthernetChannel to load balance based on the source IP address
- ‘port-channel load-balance dst-ip ’ : configures the EthernetChannel to load balance based on the destination IP address
- ‘port-channel load-balance src-dst-mac’ : configures the EthernetChannel to load balance based on the source and destination MAC addresses
- ‘port-channel load-balance src-dst-ip’ : configures the EthernetChannel to load balance based on the source and IP addresses
‘port-channel load-balance src-mac’ is the DEFAULT (load balancing based on source MAC address), issuing this command is the same as issuing ‘no port-channel load-balance’
What command would filter frames in VLAN 10 with a source or destination MAC address of 000c.bacb.100d?
‘mac address-table static 000c.bacb.100d. vlan 10 drop’
Command provides a convenient method for implementing unicast MAC address filtering on a Cisco switch
How do you enables security features for a single switch interface? What does that command do exactly do?
‘switchport port-security’
Interface with port security configured will shut down if the max number of allowed MAC addresses is learned on the interface
What does ‘switchport host’?
You can configure “switchport host” command only in a port which is already a switchport (i.e: “switchport” is already configured on that port).
Macro command that does 3 things
- switchport mode access
- spanning-tree portfast
- disables port-channeling (EtherChannel)
What does ‘switchport mode access’
Configures a port to carry information for a single VLAN
What is a VSS? What is required when configuring a VSS? What does the VSS consist of?
VSS (Virtual Switching System) is a Cisco proprietary technique to create a single logical switch out of two physical switches
Supervisor type and IOS version must be identical on each physical device. One of the supervisors is active, and the other is designated as hot-standby; the active supervisor manages the control plane.
What is PAgP?
A link aggregation protocol that creates and maintains adjacencies in a VSS. Especially when the VSS enters dual active recovery mode
What is VSLP?
Framework that provides for the creation and maintenance of a VSL link
Virtual Switch Link (VSL). A VSL facilitates communication between two switches. Within the VSS, one chassis supervisor is designated as active and the other as hot-standby.
A protocol that helps in providing for the creation and maintenance of the link between switches in a VSS configuration
Consists of LMP and RRP
What is RRP?
Registry Registrar Protocol. Determines the role of each member in the VSS
A protocol that helps in providing for the creation and maintenance of the link between switches in a VSS configuration
Which command can you issue to determine the native VLAN configured on a neighboring Cisco switch?
show cdp neighbors detail
You plan to add a TACACS+ server to Switch A. You want vty connection attempts on SwitchA to be authenticated by the TACACS+ server. You will assign the TACACS+ server the 192.168.1.100 IP address, and you will use ‘boson’ as the encryption key.
Configure SwitchA with the following parameters.
- Configure AAA on the switch
- Configure the TACACS+ server parameters on the switch
- Create an authentication list named ‘primary’ that configures the TACACS+ server as the authentication method for users who remotely log in to the switch
- Configure the first vty lines to use the ‘primary’ authentication list
SwitchA(config)#aaa new-model
SwitchA(config)#tacacs-server host 192.168.1.100
SwitchA(config)#tacacs-server key boson
SwitchA(config)#aaa authentication login primary group tacacs+
SwitchA(config)#line vty 0 4
SwitchA(config-line)#login authentication primary
What are the prefixes for the following? Give the 10th group of each
- IPv4 VRRP virtual MAC address
- IPv6 VRRP virtual MAC address
- HSRPv1 virtual MAC address
- HSRPv2 virtual MAC address
- IPv4 VRRP virtual MAC address: 0000.5E00.01~~
- IPv6 VRRP virtual MAC address: 0000.5E00.02~~
- HSRPv1 virtual MAC address: 0000.0C07.AC~~
- HSRPv2 virtual MAC address: 0000.0C9F.F~~~
10th group of each
- IPv4 VRRP virtual MAC address: 0000.5E00.01 0A
- IPv6 VRRP virtual MAC address: 0000.5E00.02 0A
- HSRPv1 virtual MAC address: 0000.0C07.AC 0A
- HSRPv2 virtual MAC address: 0000.0C9F.F 00A