Term
How do you set the clock? |
|
Definition
set clock 10:00:00 april 25 2011 |
|
|
Term
How do you show your history? |
|
Definition
|
|
Term
How do you set the history size? |
|
Definition
terminal history size 30 (or any #) |
|
|
Term
How do you turn off terminal editing? |
|
Definition
|
|
Term
How do you turn ON terminal editing? |
|
Definition
|
|
Term
How do you get into privileged mode? |
|
Definition
|
|
Term
How do you see the sub commands that are available? |
|
Definition
|
|
Term
How do you show your active configuration? |
|
Definition
|
|
Term
How do you show your back up configuration? |
|
Definition
|
|
Term
How do you save your work? |
|
Definition
copy running-config startup-config |
|
|
Term
How do you see your cdp neighbors? |
|
Definition
show cdp neighbors detail |
|
|
Term
How do you see your cdp interfaces? |
|
Definition
|
|
Term
How do you see your routing tables? |
|
Definition
|
|
Term
how do you view the general cdp settings? |
|
Definition
|
|
Term
How do you view your serial interfaces? |
|
Definition
|
|
Term
How do you clear your counters in the router? |
|
Definition
|
|
Term
How do you create the message of the day? |
|
Definition
banner motd #message of the day# |
|
|
Term
How do you enter into global configuration? |
|
Definition
|
|
Term
How do you change the router's naem? |
|
Definition
|
|
Term
|
Definition
|
|
Term
How do you reboot the router? |
|
Definition
|
|
Term
How do you show the protocols? |
|
Definition
|
|
Term
How do you show the memory? |
|
Definition
|
|
Term
How do you show the buffers? |
|
Definition
|
|
Term
How do you show the stacks? |
|
Definition
|
|
Term
How do you show the flash memory? |
|
Definition
|
|
Term
How do you show the interfaces? |
|
Definition
|
|
Term
hw do you show the hosts? |
|
Definition
|
|
Term
howdo you show the users who are currently logged in? |
|
Definition
|
|
Term
Command syntax for copying the running-config to the tftp server: |
|
Definition
copy running-config tftp
remote host?[]
destination filename[]? |
|
|
Term
Command syntax for copying from the tftp to the active configuration? |
|
Definition
router#copy tftp running-config
Address or name ?
Source file name []?
? running-config |
|
|
Term
How do you show sub commands under ping? |
|
Definition
|
|
Term
How do you see what data is being transferred between two routers? |
|
Definition
|
|
Term
How do you reload/reboot the router? |
|
Definition
|
|
Term
How do you change the hostname on a router? |
|
Definition
|
|
Term
How do you enter global configuration to tset up a serial interface? |
|
Definition
configure terminal interface serial 0 ip address 192.168.0.1 255.255.255.0 clock rate 56000 no shutdown |
|
|
Term
How do you display information about CDP interface status and configuration for the router? |
|
Definition
|
|
Term
How do you display detailed cdp info about neighboring routers? |
|
Definition
show cdp neighbors detail |
|
|
Term
How do you see the routing info on your routing table? |
|
Definition
|
|
Term
|
Definition
configure terminal banner motd #message# |
|
|
Term
How do you view CDP information on all neighboring routers? |
|
Definition
|
|
Term
How do you configure ethernet 0 |
|
Definition
configure terminal interface ethernet 0 ip address 10.10.10.0 255.0.0.0 no shutdown |
|
|
Term
How do you set up a serial device? |
|
Definition
configure terminal interface serial 0 ip address 192.168.0.1 255.255.255.0 clock rate 56000 no shutdown |
|
|
Term
How do you enable secret password? |
|
Definition
|
|
Term
How do you enter a description for a device? |
|
Definition
|
|
Term
How do you make a static name-to-addres entry to asign a name to an ip? |
|
Definition
|
|
Term
How do you set up a router to recognize a new name server? |
|
Definition
|
|
Term
How do you turn off ip domain lookup? |
|
Definition
|
|
Term
How do you see if the router contains host names? |
|
Definition
|
|
Term
How do you do a trace to a workstation? |
|
Definition
|
|
Term
How do you set up a static route? |
|
Definition
origin hop
ip route 193.2.3.4. 255.255.255.0 197.3.3.3 1 |
|
|
Term
How do you set up a default network route? |
|
Definition
|
|
Term
|
Definition
(config)router rip (config-router) network 2.1.2.0 (announces rip to the network 2.1.2.0) |
|
|
Term
How do you see ip protocols? |
|
Definition
|
|
Term
How do you see all the ip routing tables on a router? |
|
Definition
|
|
Term
How do you turn on rip debugging? |
|
Definition
|
|
Term
How do you enable IGRP as the routing protocol for an autonomous system 100? |
|
Definition
|
|
Term
How do you show the global ip interface? |
|
Definition
|
|
Term
What is the command line for setting an ip # for a router? |
|
Definition
|
|
Term
How do you use the terminal ip netmask-format to show bit count? |
|
Definition
terminal ip netmask-format bit-count |
|
|
Term
How do you announce RIP to a network after using the command "router rip" |
|
Definition
|
|
Term
What does IGRP stand for? |
|
Definition
Interior Gateway Routing Protocol |
|
|
Term
What does OSPF stand for? |
|
Definition
|
|
Term
What does EIGRP stand for? |
|
Definition
Enhanced Interior Gateway Routing Protocol |
|
|
Term
How do you set up IGRP with the autonomous system 100 |
|
Definition
>router igrp 1000 >network 192.5.5.0 >network 201.100.11.0 |
|
|
Term
How do you show current protocols? |
|
Definition
|
|
Term
How do you set the timers basic command? |
|
Definition
timers basic 2 3 4 5 8
interval to 2 invalid to 3 holddown to 4 flush to 5 sleeptime to 8 |
|
|
Term
When trouble shooting IGRP, type in the command that disables the metric hold down timers? |
|
Definition
|
|
Term
Access Lists: What is the command to deny packets from a certain host? |
|
Definition
>access-list 1 deny 192.5.5.2 0.0.0.0 |
|
|
Term
ACL: How do you remove the standard access-list from a router? |
|
Definition
>no access-list 1 (# of the acl) |
|
|
Term
How do you show access-lists |
|
Definition
|
|
Term
How do yo playce an access-list onto an outbound? |
|
Definition
|
|
Term
access-list 1 deny 192.5.5.2 0.0.0.0 access-list 1 permit any show access-list 1 (now place it on outbound) interface ethernet 0 ip access-group 1 out |
|
Definition
now remove acl from interface no ip access-group 1 out exit
now delete the acl >no access-list 1 |
|
|
Term
What is the command to remove an access-list? |
|
Definition
|
|
Term
Permit Telnet: access-list 107 permit tcp 2.0.0.0 0.255.255.255 3.0.0.1 0.0.0.0 eq telnet |
|
Definition
now remove it: no access-list 107 |
|
|
Term
ACL: access-list 101 deny ip 221.23.123.0 0.0.0.255 198.150.13.34 0.0.0.0 access-list 101 permit ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 |
|
Definition
|
|
Term
How do you name a standard access-list mode - example "squal" |
|
Definition
ip access-list standard squall |
|
|
Term
Once you are in the named access-lists mode, what do you enter to deny 192.6.7.0 with wild card mask of 0.0.0.255 |
|
Definition
|
|
Term
How do you show all access-lists |
|
Definition
|
|
Term
access-list 101 deny tcp 192.5.5.2 0.0.0.0 210.93.105.0 0.0.0.255 eq telnet |
|
Definition
access-list 101 permit ip any any interface ethernet 0 ip access-group 101 in |
|
|
Term
How do you see the IPX address? |
|
Definition
|
|
Term
How do you enable IPX routing? |
|
Definition
|
|
Term
How do you enable load sharing for IPX and set maximum-paths to 2? |
|
Definition
|
|
Term
How do you change to a sub interface of ethernet 0.1 |
|
Definition
|
|
Term
How do you assign an IPC network to the subinterface to 6c |
|
Definition
|
|
Term
How do you set the ipx interface with encapsulation to novell-ether |
|
Definition
ipx encapsulation novell-ether |
|
|
Term
How do you show ipx address on ethernet 0 interface? |
|
Definition
show ipx interface ethernet 0 |
|
|
Term
How do you see the ipx route? |
|
Definition
|
|
Term
How do you display the ipx server list |
|
Definition
|
|
Term
What command will display the number and type of packets on an ipx setup? |
|
Definition
|
|
Term
How do you display information about ipx routing tables/packets received/transmitted? |
|
Definition
debug ipx routing activity |
|
|
Term
What is the command to display information about sap packets that are transmitted or received? |
|
Definition
|
|
Term
How do you set the bandwidth on a serial line? |
|
Definition
interface serial 0
ip address
bandwidth 56 (56,000 kbs)
no shutdown |
|
|
Term
How do you turn off debugging |
|
Definition
|
|
Term
How do you view RIP debugging updates? |
|
Definition
|
|
Term
Once setting up the serial device, how do you put encapsulation on it?
>interface serial 0
>ip address
>clock rate 56000
>no shutdown
next: |
|
Definition
|
|
Term
How do you set a router user and password up |
|
Definition
|
|
Term
Once you set PPP up - how do you configure it to accept pap authentication? |
|
Definition
|
|
Term
How do you set username and password on PAP after its setup? |
|
Definition
ppp sent-username password |
|
|
Term
How do you set a pass & user for chap on PAP |
|
Definition
>ppp chap hosname
>ppp chap password |
|
|
Term
How do you set up bri 0 on the router? |
|
Definition
interface bri 0 show interface bri 0
interface interface-type interface-number |
|
|
Term
How do you set the isdn switch-type to basic-5ess |
|
Definition
isdn switch-type basic-5ess |
|
|
Term
How do you put spid # on isdn? |
|
Definition
>isdn spid1 <12340001> <12345> |
|
|
Term
How do you see the status of an isdn? |
|
Definition
|
|
Term
For ISDN, what command can be used to get diagnostic information? |
|
Definition
|
|
Term
How do you see/check isdn calls that are in progress? |
|
Definition
|
|
Term
How would you check isdn status after you configured ISDN? |
|
Definition
|
|