Sample Questions:
Another administrator has configured NetFlow for your company's network. You want to verify that the FastEthernet 0/0 interface on RouterA is being used to monitor inbound flows. Which of the following commands should you issue? (Select the best answer.)
show flow exporter
show flow-sampler
show ip flow export
show ip flow interface
Which of the following actions should you perform in order to drop unencrypted traffic sent from an unregistered group member? (Select the best answer.)
Enable the Fail-Close feature.
Disable the Fail-Close feature.
Enable SAR.
Disable SAR.
All unencrypted traffic sent from an unregistered group member is dropped by default, so no action is necessary.
You have issued the following commands on RouterA: Pseudowire-class boson ip pmtu RouterA receives a packet that is larger than the path MTU and that has a DF bit set to 0. Which of the following will RouterA do? (Select 2 choices.)
RouterA will forward the packet.
RouterA will drop the packet.
RouterA will return an ICMP unreachable message to the sender.
RouterA will fragment the packet before L2TP/IP encapsulation occurs.
RouterA will fragment the packet after L2TP/IP encapsulation has occurred.
In which of the following locations does BGP PIC store an alternate path? (Select the best answer.)
only in the RIB
only in the FIB
only in CEF
only in the RIB and the FIB
in the RIB, in the FIB, and in CEF
Which of the following command sets should you issue on Router A to set the next hop to 192.168.1.1 only for packets that are destined to the 10.17.88.0/24 network or sent from 172.16.223.82? (Select the best answer.)
Router A(config)#accesslist 101 permit ip host 172.16.223.82 10.17.88.0 0.0.0.255 Router A(config)#routemap map1 permit 10 Router A(configroutemap)#match ip address 101 Router A(configroutemap)#set nexthop 192.168.1.1
Router A(config)#accesslist 101 permit ip 10.17.88.0 0.0.0.255 host 172.16.223.82 Router A(config)#routemap map1 permit 10 Router A(configroutemap)#match ip address 101 RouterA(configroutemap)#set nexthop 192.168.1.1
RouterA(config)#accesslist 101 permit ip any 10.17.88.0 0.0.0.255 RouterA(config)#accesslist 101 permit ip host 172.16.223.82 any RouterA(config)#routemap map1 permit 10 Router A(configroutemap)#match ip address 101 Router A(configroutemap)#set nexthop 192.168.1.1
Router A(config)#accesslist 101 permit ip 10.17.88.0 0.0.0.255 any Router A(config)#accesslist 101 permit ip any host 172.16.223.82 Router A(config)#routemap map1 permit 10 Router A(configroutemap)#match ip address 101 Router A(configroutemap)#set nexthop 192.168.1.1