Cisco Networking Commands Flashcards

1
Q

enable

A

get to privleged mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

disable

A

get to user mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

enable password

A

sets privileged mode password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

enable secret

A

sets encrypted privleged mode password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

enable secret

A

set encrypted password for privileged access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

enable password

A

sets password for privileged access (used when there is no enable secret and when using older software)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

show running-configuration

A

details the running configuration file (RAM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

show startup-configuration

A

displays the configuration stored in NVRAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

setup

A

Will start the the automatic setup; the same as when you first boot the router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

configure terminal

A

use to execute configuration commands from the terminal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

configure memory

A

executes configuration commands stored in NVRAM; copies startup-config to running-config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

configure network

A

used to retrieve configuration info from a TFTP server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

copy running-config startup-config

A

copies saved config in running config (RAM) to NVRAM or “write memory” for IOS under ver.11

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

copy startup-config running-config

A

copies from non-volatile (NVRAM) to current running config (RAM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

boot system flash

A

tells router which IOS file in flash to boot from

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

boot system tftp

A

tells router which IOS file on the tftp server to boot from

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

boot system rom

A

tell router to boot from ROM at next boot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

copy flash tftp

A

Copies flash to tftp server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

copy tftp flash

A

Restores flash from tftp server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

copy run tftp

A

Copies the current running-config to tftp server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

copy tftp run

A

Restores the running-config from tftp server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

no shutdown

A

enables the interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

reload

A

restarts the router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

show version

A

Cisco IOS version, uptime of router, how the router started, where system was loaded from, the interfaces the POST found, and the configuration register

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
show clock
shows date and time on router
26
show history
shows the history of your commands
27
show debug
shows all debugging that is currently enabled
28
no debug all
turns off all debugging
29
show users
shows users connected to router
30
show protocols
shows which protocols are configured
31
banner motd # Your_message #
set/change banner
32
hostname
use to configure the hostname of the router
33
clear counters
clear interface counters
34
show processes
shows active processes running on router
35
show process cpu
shows cpu statistics
36
show memory
shows memory statistics
37
show flash
describes the flash memory and displays the size of files and the amount of free flash memory
38
show buffers
displays statistics for router buffer pools; shows the size of the Small, Middle, Big, Very Big, Large and Huge Buffers
39
show stacks
shows reason for last reboot, monitors the stack use of processes and interrupts routines
40
show cdp neighbor
shows directly connected neighbors
41
show cdp interface
shows which interfaces are running CDP
42
show cdp interface eth 0/0
show CDP info for specific interface
43
show cdp entry
shows CDP neighbor detail
44
cdp timer 120
change how often CDP info is sent (default cdp timer is 60)
45
cdp holdtime 240
how long to wait before removing a CDP neighbor (default CDP holdtime is 180)
46
show cdp run
shows if CDP turned on
47
no cdp run
turns off CDP for entire router (global configuration)
48
no cdp enable
turns off CDP on specific interface
49
show controller t1
shows status of T1 lines
50
show controller serial 1
use to determine if DCE or DTE device
51
(config-if)#clock rate 6400
set clock on DCE (bits per second)
52
(config-if)#bandwidth 64
set bandwidth (kilobits)
53
Configure IP on an interface
int serial 0 ip address 157.89.1.3 255.255.0.0 int eth 0 ip address 2008.1.1.4 255.255.255.0
54
show ip route
view ip routing table
55
ip route [administrative_distance]
configure a static IP route
56
ip route 0.0.0.0 0.0.0.0
sets default gateway
57
ip classless
use with static routing to allow packets destined for unrecognized subnets to use the best possible route
58
show arp
view arp cache; shows MAC address of connected routers
59
ip address 2.2.2.2 255.255.255.0 secondary
configure a 2nd ip address on an interface
60
show ip protocol
This command displays a summary of configured routing protocol information
61
Enable IPX on router
Command to type in consol: ipx routing This command is used to configure Internet Packet Exchange (IPX) routing, such as IPX static routes, Routing Information Protocol (RIP), and Service Advertising Protocol (SAP) services.
62
Configure IPX + IPX-RIP on an int
int ser 0 | ipx network 4A
63
sh ipx route
shows IPX routing table
64
show ipx int e0
shows ipx address on int
65
show ipx servers
shows SAP table
66
show ipx traffic
view traffic statistics
67
debug ipx routing activity
debugs IPS RIP packets
68
debug ipx sap
debugs SAP packets
69
Configuring RIP
router rip network 157.89.0.0 network 208.1.1.0
70
debug ip rip
view RIP debugging info
71
Configure IGRP
router IGRP 200 network 157.89.0.0 network 208.1.1.0
72
debug ip igrp events
view IGRP debugging info
73
debug ip igrp transactions
view IGRP debugging info
74
show ip interface serial 0
use to view which IP access lists are applies to which interface
75
show ipx interface serial 0
use to view which IPX access lists are applies to which interface
76
show appletalk interface serial 0
use to view which AppleTalk access lists are applies to which int
77
View access lists
sh access-lists sh ip access-lists sh ipx access-lists sh appletalk access-lists
78
Apply standard IP access list to int eth 0
access-list 1 deny 200.1.1.0 0.0.0.255 access-list 1 permit any int eth 0 ip access-group 1 in
79
Apply Extended IP access list to int eth 0
access-list 100 deny tcp host 1.1.1.1 host 2.2.2.2 eq 23 access-list 100 deny tcp 3.3.3.0 0.0.0.255 any eq 80 int eth 0 ip access-group 100 out
80
Apply Standard IPX access list to int eth 0
access-list 800 deny 7a 8000 access-list 800 permit -1 int eth 0 ipx access-group 800 out
81
Apply Standard IPX access list to int eth 0
access-list 900 deny sap any 3378 -1 access-list 900 permit sap any all -1 int eth 0 ipx access-group 900 out
82
PPP Configuration
``` encapsulation ppp ppp authentication ppp chap hostname ppp pap sent-username sh int ser 0 - use to view encapsulation on the interface ```
83
Frame-Relay Configuration
encapsulation frame-relay ietf - use IETF when setting up a frame-relay network between a Cisco router and a non-Cisco router frame-relay lmi-type ansi - LMI types are Cisco, ANSI, Q933A; Cisco is the default; LMI type is auto-sensed in IOS v11.2 and up frame-relay map ip 3.3.3.3 100 broadcast - if inverse ARP won't work, map Other IP to Your DLCI # (local) keepalive 10 - use to set keepalive sh int ser 0 - use to show DLCI, LMI, and encapsulation info sh frame-relay pvc - shows the configured DLCI's; shows PVC traffic stats sh frame-relay map - shows route maps sh frame-relay lmi - shows LMI info
84
Keyboard Shortcuts
CTRL-P - show previous command CTRL-N - show next command SHIFT-CTRL-6 - Break