A
15. Novell NetWare has an Ethernet frame type called Ethernet_802.3. What is the matching Cisco command line keyword for this encapsulation method? A.) arpa B.) snap C.) novell-ether D.) sap E.) dix F.) gns
C Novell 802.2 = sap (contains 802.2 LLC headers) Novell 802.3 = novell-ether (NetWare proprietary) Ethernet_II = arpa (the Internet standard) snap = snap (field type set to ’AA’)
16. What would be the first command from global configuration mode to perform the following: 1. Enable IGRP on the router for interface E0 2. Tell IGRP to use an address of 157.89.4.4 255.255.255.0 3. Tell IGRP to provide routing updates for AS number 200? A.) router igrp 157.89.4.4 B.) network 157.89.4.0 255.255.255.1 C.) router igrp int e1 D.) router igrp 157.89.0.0 E.) network 157.89.4.0 F.) router igrp 200
F. You have to specify which routing protocol first. For IGRP you must also specify the autonomous system number. Router(config)#router igrp ? <1-65535> Autonomous system number
D. Command syntax for creating sub-interfaces: