LAB Config Cards 3 Flashcards
What command would you use to configure DAI on vlans 11,12 and 14?
#conf t #ip arp inspection 11,12,14
This makes those ports untrusted.
What is DAI?
Dynamic ARP Inspection (DAI) is a security feature that validates Address Resolution Protocol (ARP) packets in a network. DAI allows a network administrator to intercept, log, and discard ARP packets with invalid MAC address to IP address bindings. This capability protects the network from certain “man-in-the-middle” attacks.
Configure DAI on vlan 1 and verify it.
#conf t #ip arp inspection vlan 1 #end #sh ip arp inspection
Configure interface fa6/3 as trusted - DAI - Verify configuration.
Configure interface fa6/3 as trusted:
S1# conf t
Enter configuration commands, one per line. End with CNTL/Z.
S1(config)# in fa6/3
S1(config-if)# ip arp inspection trust
S1(config-if)# end
S1# show ip arp inspection interfaces fastEthernet 6/3
Interface Trust State Rate (pps)
————— ———– ———-
Fa6/3 Trusted None
S1#
View DIA bindings.
Verify the bindings:
S1# show ip dhcp snooping binding
MacAddress IpAddress Lease(sec) Type VLAN Interface
—————— ————— ———- ————- —- ——————–
00:02:00:02:00:02 1.1.1.2 4993 dhcp-snooping 1 FastEthernet6/4
S1#
Check the statistics before and after Dynamic ARP processes any packets for vlan 1:
Check the statistics before and after Dynamic ARP processes any packets:
S1# show ip arp inspection statistics vlan 1
Vlan Forwarded Dropped DHCP Drops ACL Drops
—- ——— ——- ———- ———-
1 0 0 0 0
Vlan DHCP Permits ACL Permits Source MAC Failures
—- ———— ———– ——————-
1 0 0 0
Vlan Dest MAC Failures IP Validation Failures
—- —————– ———————-
1 0 0
S1#
DAI - Arp requests are sent and permitted. View the statistics for vlan 1.
S1# show ip arp inspection statistics vlan 1
Vlan Forwarded Dropped DHCP Drops ACL Drops
—- ——— ——- ———- ———-
1 2 0 0 0
Vlan DHCP Permits ACL Permits Source MAC Failures
—- ———— ———– ——————-
1 2 0 0
Vlan Dest MAC Failures IP Validation Failures
—- —————– ———————-
1 0 0
S1#
Configure a static route from R1 to network 172.16.2.0/24 via R1’s S0/0/0 interface.
#conf t #ip route 172.16.2.0 255.255.255.0 s0/0/0
What command would you issue in the interface configuration mode on a switch to make the IP phone trust the CoS priority of incoming data packets generated by the attached host?
switchport priority extend trust
What REST API encoding format uses HTML-like tags to define blocks of data?
XML
What ospf command is used to configure a non broadcast network or a NBMA - non-broadcast multiaccess network?
ip ospf network non-broadcast
OSPF - what are the hello and dead timers for broadcast and non-broadcast networks?
Broadcast -
Hello - 10 seconds
Dead - 40 seconds
Non-Broadcast
Hello - 30 seconds
Dead - 120 seconds
In a controller-based network, such as a SDN network the controller connects to the data plane by using what southbound API’s?
NETCONF
OpenFlow
OPFlex
OnePK
In a controller-based network and a traditional network, the management plane consists of the what protocols?
Telnet
SSH - Secure Shell
Simple Network Management Protocol SNMP
Syslog
What standard includes PortFast, UplinkFast and BackboneFast?
802.1w
RSTP
They can be used on 802.1D but they are not native to the standard.