Shared Flashcard Set

Details

CCNA+
Useful CLI commands that are used on the CCNA Cisco exam.
107
Computer Networking
Professional
11/13/2011

Additional Computer Networking Flashcards

 


 

Cards

Term
How do you set the clock?
Definition
set clock 10:00:00 april 25 2011
Term
How do you show your history?
Definition
show history
Term
How do you set the history size?
Definition
terminal history size 30 (or any #)
Term
How do you turn off terminal editing?
Definition
no terminal editing
Term
How do you turn ON terminal editing?
Definition
terminal editing
Term
How do you get into privileged mode?
Definition
enable
Term
How do you see the sub commands that are available?
Definition
show ?
Term
How do you show your active configuration?
Definition
show running-config
Term
How do you show your back up configuration?
Definition
show startup-config
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
show cdp interface
Term
How do you see your routing tables?
Definition
show ip route
Term
how do you view the general cdp settings?
Definition
show cdp
Term
How do you view your serial interfaces?
Definition
show interfaces serial
Term
How do you clear your counters in the router?
Definition
clear counters
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
configure terminal
Term
How do you change the router's naem?
Definition
hostname
Term
How do you erase Nvram?
Definition
erase startup-config
Term
How do you reboot the router?
Definition
reload
Term
How do you show the protocols?
Definition
show protocols
Term
How do you show the memory?
Definition
show memory
Term
How do you show the buffers?
Definition
show buffers
Term
How do you show the stacks?
Definition
show stacks
Term
How do you show the flash memory?
Definition
show flash
Term
How do you show the interfaces?
Definition
show interfaces
Term
hw do you show the hosts?
Definition
show hosts
Term
howdo you show the users who are currently logged in?
Definition
show users
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
ping ?
Term
How do you see what data is being transferred between two routers?
Definition
traceroute
Term
How do you reload/reboot the router?
Definition
reload
Term
How do you change the hostname on a router?
Definition
hostname
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
show cdp interface
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
show ip route
Term
How do you set a MOTD?
Definition
configure terminal
banner motd #message#
Term
How do you view CDP information on all neighboring routers?
Definition
show cdp entry *
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
enable secret
Term
How do you enter a description for a device?
Definition
description
Term
How do you make a static name-to-addres entry to asign a name to an ip?
Definition
ip host 156.1.3.1 (ip #)
Term
How do you set up a router to recognize a new name server?
Definition
ip name-server 5.3.2.1
Term
How do you turn off ip domain lookup?
Definition
no ip domain-lookup
Term
How do you see if the router contains host names?
Definition
show hosts
Term
How do you do a trace to a workstation?
Definition
trace
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
ip default-network
Term
How do you set up RIP?
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
show ip protocols
Term
How do you see all the ip routing tables on a router?
Definition
show ip route
Term
How do you turn on rip debugging?
Definition
debug ip rip
Term
How do you enable IGRP as the routing protocol for an autonomous system 100?
Definition
router igrp 100
Term
How do you show the global ip interface?
Definition
show ip interface
Term
What is the command line for setting an ip # for a router?
Definition
>ip address
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
network
Term
What does IGRP stand for?
Definition
Interior Gateway Routing Protocol
Term
What does OSPF stand for?
Definition
Open Shortest Path First
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
show ip protocols
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
no metric holddown
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
shw access-list
Term
How do yo playce an access-list onto an outbound?
Definition
ip access-group 1 out
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
no access-list #
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
deny 192.6.7.0 0.0.0.255
Term
How do you show all access-lists
Definition
show access-lists
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
show ipx interface
Term
How do you enable IPX routing?
Definition
ipx routing
Term
How do you enable load sharing for IPX and set maximum-paths to 2?
Definition
ipx maximum-paths 2
Term
How do you change to a sub interface of ethernet 0.1
Definition
interface ethernet 0.1
Term
How do you assign an IPC network to the subinterface to 6c
Definition
IPX netowrk 6c
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
show ipx route
Term
How do you display the ipx server list
Definition
show ipx servers
Term
What command will display the number and type of packets on an ipx setup?
Definition
show ipx traffic
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
debug ipx sap
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
undebug all
Term
How do you view RIP debugging updates?
Definition
debug ip rip
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
encapsulation PPP
Term
How do you set a router user and password up
Definition
username password
Term
Once you set PPP up - how do you configure it to accept pap authentication?
Definition
PPP authentication PAP
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
show isdn status
Term
For ISDN, what command can be used to get diagnostic information?
Definition
show dialer
Term
How do you see/check isdn calls that are in progress?
Definition
show isdn active
Term
How would you check isdn status after you configured ISDN?
Definition
show isdn status
Supporting users have an ad free experience!