'Router & Switch Configuration Syntax Formats Lab 4.3 What is the command syntax format for setting the router clock? [BL] clock set h:m:s day month year Lab 4.3 What is the command syntax format for setting the command buffer size? [BL] terminal history size [number] Lab 4.3 What is the command syntax format for enabling advanced editing? [BL] terminal editing Lab 4.3 What is the command syntax format for disabling advanced editing? [BL] terminal no editing Lab 4.5 What is the router console line command syntax format to keep the console EXEC session from timing out? [ES] line con 0 exec-timeout 0 0 Lab 4.5 What is the router console line command syntax format to keep console messages from popping up and disrupting input? [ES] line con 0 logging synchronous Lab 4.5 What is the router command syntax format for configuring the standard enable password? [BL] enable password [password] ena pass [password] Lab 4.5 What is the router command syntax format for configuring the encrypted enable password? [BL] enable secret [password] ena sec [password] Lab 4.5 What is the command syntax format for configuring the console line password on a router? [ES] line con 0 password [password] login Lab 4.5 What is the router command syntax format for configuring the auxiliary line password? [ES] line aux 0 password [password] login Lab 4.5 What is the router command syntax format for configuring the telnet lines password? [ES] line vty 0 4 password [password] login Lab 4.7 What is the router command syntax format to encrypt passwords? [BL] service password-encryption Lab 4.7 What is the router command syntax format to turn off the password encryption service? [BL] no service password-encryption Lab 4.8 What is the command syntax format for configuring the message of the day? [ES] ban motd # message # Lab 4.11 What is the command syntax format for configuring a second subnet address to an interface? [BL] ip address [address] [subnet mask] secondary Lab 4.11 What is the command syntax format to set the hostname of the router? [BL] hostname [name] Lab 4.11 What is the command syntax format for configuring fast ethernet interface 0 in slot 0 with an IP address, a description, and bringing up the interface? [ES] int f0/0 ip address [address] [subnet mask] description [description] no shut Lab 5.1 What is the command syntax format for configuring serial interface 0 in slot 0 with an IP address, description, a clock rate of 64000, and and activating the interface? [ES] int s0/0 ip address [address] [subnet mask] description [description] clock rate 64000 no shut Lab 5.2 What is the command syntax format to configure static routing? [BL] ip route [network] [subnet mask] [default gateway] Lab 5.6 What is the command syntax format for configuring default routing? [ES] ip route 0.0.0.0 0.0.0.0 [glr] ip classless Lab 5.8 What is the command syntax format to configure RIP? [ES] router rip network [address] Lab 5.10 What is the command syntax format to configure RIPv2 if RIPv1 is already running? [ES] router rip version 2 Lab 5.12 What is the command syntax format to configure IGRP? [ES] router igrp [as number] network [address] Lab 6.1 What is the command syntax format to configure EIGRP? [ES] router eigrp [as number] network [address] Lab 6.3 What is the command syntax format to configure OSPF? [ES] router ospf [pid] network [address] [wildcard mask] area [number] Lab 8.1 On a 1900 series switch, what is the command syntax format for configuring the user mode password? [BL] enable password level 1 [password] Lab 8.1 On a 1900 series switch, what is the command syntax format for configuring the privileged mode password? [BL] enable password level 15 [password] Lab 8.1 On a 1900 series switch, what is the command syntax format for configuring the switch name? [BL] hostname [name] Lab 8.3 On a 1900 series switch, what is the command syntax format for configuring the switch IP address? [ES] ip address [address] [subnet mask] ip default-gateway [address] Lab 8.3 On a 1900 series switch, what is the command syntax format for configuring full duplex on an interface? [ES] int [interface] duplex full Lab 8.14 On a 2950 series switch, what is the command syntax format for configuring the standard enable password? [BL] enable password [password] Lab 8.14 On a 2950 series switch, what is the command syntax format for configuring the encrypted enable password? [BL] enable secret [password] Lab 8.14 On a 2950 series switch, what is the command syntax format for configuring the console line login password? [ES] line con 0 password [password] login Lab 8.14 On a 2950 series switch, what is the command syntax format for configuring the telnet lines login password? [ES] line vty 0 15 password [password] login Lab 8.14 On a 2950 series switch, what is the command syntax format for configuring an IP address on the default interface? [ES] int vlan1 ip address [address] [subnet mask] Lab 8.14 On a 2950 series switch, what is the command syntax format for configuring the default gateway address? [BL] ip default-gateway [address] Lab 8.14 On a 2950 series switch, what is the command syntax format for configuring full duplex on an interface? [ES] int [interface] duplex full speed 100 Lab 9.1 On a Cisco 2600 series router, what is the command syntax format to make the router boot from ROM monitor mode? [BL] config-register 0x0101 Lab 9.1 On a Cisco 2600 series router, what is the command syntax format to change the bit 6 value in ROM monitor mode? [BL] confreg 0x2142 Lab 9.2 On a Cisco 2600 series router, what is the command syntax format to back up the IOS to a tftp server? [ES] copy flash tftp source filename address or name of remote host Lab 9.3 On a Cisco 2600 series router, what is the command syntax format to restore/upgrade the IOS from a tftp server? [ES] copy tftp flash source filename address or name of remote host Lab 9.4 On a Cisco 2600 series router, what is the command syntax format to back up the starting configuration to a tftp server? [ES] copy start tftp source filename address or name of remote host Lab 9.3 On a Cisco 2600 series router, what is the command syntax format to restore the backed up starting configuration from a tftp server? [ES] copy tftp start source filename address or name of remote host Lab 9.8 What is the command syntax format to build a hosts table on a router? [BL] ip host [name] [address] Lab 10.1 What is the command syntax format for a standard IP acl applied globally to a single address? [ES] access-list # permit|deny host [address] access-list # permit any Lab 10.1 What is the command syntax format for an inbound standard IP acl applied to an interface? [BL] ip access-group # in Lab 10.3 What would the command syntax format be to place an inbound acl on VTY lines? [BL] access-class # in Lab 10.4 What is the command syntax format to remove an acl globally? [BL] no access-list # Lab 10.4 What is the command syntax format to remove an inbound IP acl from an interface? [BL] no ip access-group # in Lab 10.4 What would the global acl command syntax format be to block telnet access into a network, but still allow pinging to a host? [ES] access-list # deny tcp host [address] [network] [wildcard mask] eq telnet access-list # permit ip any any Lab 10.4 What is the command syntax format for an inbound extended IP acl applied to an interface? [BL] ip access-group # in