CCNP Commands Flashcards

1
Q

BGP | Enters address family configuration mode to configure a BGP session using standard IPv6 address prefixes. Use this command in router configuration mode.

A

address-family{ipv4|ipv6}

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

BGP | Clears all BGP sessions. Use this command in privileged exec mode.Do notuse this command on a live production network.

A

clear ip bgp *

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

BGP | Enables BGP event debugging.

A

debug ip bgp events

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

BGP | Resets the IPv6 BGP session for all IPv6 unicast address prefixes.

A

clear ip bgp ipv6 unicast *

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

BGP | Displays debugging messages for IPv6 BGP update packets for IPv6 unicast address prefixes.

A

debug ip bgp ipv6 unicast updates

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

BGP | Enables the BGP update debugging option.

A

debug ip bgp updates

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

BGP | Enables the information exchange with a specified BGP neighbor. Use this command in address family or BGP router configuration mode.

A

neighbor{ip-address|peer-group-name}activate

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

BGP | Specifies a BGP neighbor. Enter this command in BGP router configuration mode.

A

neighbor{ip-address|peer-group-name}remote-asas-number

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

BGP | Enables a BGP routing process, which places the router in router configuration mode. Issue this command in global configuration mode.

A

router bgpasn-number

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

BGP | Displays the entries in the BGP routing table.

A

show ip bgp

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

BGP | Displays the BGP routing table.

A

show ip bgp[ipv4|ipv6]unicast

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

BGP | Displays the summary of entries in the BGP routing table.

A

show{ip} bgp[ipv4|ipv6]unicast summary

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

BGP | Displays information about BGP connections to neighbors.

A

show ip bgp neighbors

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

BGP | Displays prefixes that are being advertised to the specified BGP neighbor.

A

show ip bgp neighborip-addressadvertised-routes

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

BGP | Displays prefixes that are received from the specified BGP neighbor.

A

show ip bgp neighborip-addressreceived-routes

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

BGP | Displays the status of all BGP connections.

A

show ip bgp summary

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

DHCP | Deletes an automatic address binding from the DHCP server database.

A

clear ip dhcp binding{ip-address|*}

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

DHCP | Enables DHCP client activities debugging and displays the DHCP packets status.

A

debug dhcp

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

DHCP | Enables DHCP server debugging for reporting server events, such as address assignments, lease expirations, etc.

A

debug ip dhcp server events

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

DHCP | Enables DHCP server debugging for decoding DHCP receptions and transmissions.

A

debug ip dhcp server packet

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

DHCP | Configures the DNS server address that is then forwarded to the DHCP clients in the DHCP pool. Use this command in DHCP pool configuration mode.

A

dns-serverip-address

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

DHCP | Configures the interface to acquire an IP address from DHCP. Use this command in interface configuration mode.

A

ip address dhcp

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

DHCP | Enters DHCP pool configuration mode.

A

ip dhcp poolpool-name

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

DHCP | Enables DHCP snooping globally. Enter the command in global configuration mode.

A

ip dhcp snooping

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

DHCP | Marks the port as trusted for the DHCP snooping process. If DHCP snooping is enabled, and if you do not mark the port as trusted, then DHCP messages will not be allowed on the port. Use this command in interface configuration mode.

A

ip dhcp snooping trust

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

Enables DHCP snooping for a specified VLAN. Enter the command in global configuration mode. You need to also configure DHCP snooping globally in order to make per-VLAN DHCP snooping work.

A

ip dhcp snooping vlanvlan

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

DHCP | Enables the DHCP broadcast to be forwarded as unicast to the configured DHCP server. Use this command in interface configuration mode.

A

ip helper-addressip-address

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

DHCP | Releases a DHCP lease for the specified interface and deconfigures the IP address for the interface. Enter this command in privileged EXEC mode.

A

release dhcpinterface slot/number

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

DHCP | Forces the renewal or rebinds of the lease for the specified interface. Enter the command in privileged EXEC mode.

A

renew dhcpinterface slot/number

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

DHCP | Displays address assignment bindings on a DHCP server.

A

show ip dhcp binding

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

DHCP | Displays address conflicts that are found by a DHCP server.

A

show ip dhcp conflict

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

DHCP | Shows the DHCP snooping configuration

A

show ip dhcp snooping

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

EIGRP | Starts the EIGRP instance for the named EIGRP configuration. Use this command in the named EIGRP configuration mode.

A

address-family ipv4 unicast autonomous-systemas-number

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

EIGRP | Restores the default behavior of automatic summarization of subnet routes into network-level routes. Use this command in router EIGRP configuration mode.

A

auto-summary

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

EIGRP | Enables EIGRP packet debugging.

A

debug eigrp packets

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

EIGRP | Enables EIGRP debugging.

A

debug[ip|ipv6]eigrp

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

EIGRP | Configures the default metric for the EIGRP process. The bandwidth is the minimum bandwidth of the route in kilobytes per second. It can be from 1 to 4,294,967,295. Delay is route delay in tens of microseconds. It can be 1 or any positive number that is a multiple of 39.1 nanoseconds. Reliability is the likelihood of successful packet transmission that is expressed as a number from 0 through 255. The value 255 means 100 percent reliability; the value 0 means no reliability. Loading is the effective bandwidth of the route that is expressed as a number from 1 to 255 (255 is 100 percent loading). MTU is the smallest allowed value for the MTU, which is expressed in bytes. It can be from 1 to 65,535.

A

default-metricbandwidth delay reliability loading mtu

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

EIGRP | Configures a remote router as an EIGRP stub router. Additional parameters configure which types of routes should be advertised. Use this command in router EIGRP configuration mode.

A

eigrp stub[receive-only|connected|static|summary|redistributed]

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

EIGRP | Summarizes EIGRP advertisements. Use command in interface configuration mode.

A

ip summary-address eigrpas-numberip-addresssubnet-mask

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

EIGRP | Indirectly activates interfaces to be part of EIGRP routing process. Use this command in router EIGRP configuration mode.

A

networknetwork[wildcard]

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

EIGRP | Configures the EIGRP process with a specified AS number or virtual-instance name. AS number is used as a tag for routing information, and it must match between routers in order for them to become EIGRP neighbors.

A

router eigrp{as-number|name}

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

EIGRP | Displays the EIGRP event log.

A

show[ip|ipv6]eigrp[as-number]events

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

EIGRP | Displays information about interfaces that are configured for the EIGRP.

A

show[ip|ipv6]eigrp interfaces

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

EIGRP | Displays neighbors that are discovered by the EIGRP

A

show[ip|ipv6]eigrp neighbors

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

EIGRP | Shows the detailed status of EIGRP adjacencies.

A

show[ip|ipv6]eigrp neighborsdetail

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

EIGRP | Displays EIGRP topology table entries.

A

show[ip|ipv6]eigrp topology

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

EIGRP | Configures an EIGRP process to route IP traffic under the specified topology instance. Use this command in address-family configuration mode.

A

topology base

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

EtherChannel | Assigns and configures an EtherChannel interface to an EtherChannel group. Use this command in interface or interface-range configuration mode.

A

channel-groupchannel-group-numbermode[active|on|auto|passive|desirable]

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

EtherChannel | Displays EtherChannel summary information per channel group.

A

show etherchannel summary

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

EtherChannel | Displays detailed EtherChannel information for specified group.

A

show etherchannelchannel-groupdetail

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

General | Enables CDP on the interface. Use this command in interface configuration mode. By default on Cisco devices, CDP is enabled on all interfaces.

A

cdp enable

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

General | Enables CDP on the device, thus enabling it on all interfaces. Use this command in global configuration mode. On Cisco devices, CDP is enabled by default.

A

cdp run

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

General | Clears mapping for a specified IP address from the ARP table. Use this command in privileged EXEC mode.

A

clear ip arpip-address

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

General | Uses the Contextual Configuration Diff utility to apply the difference from the source file configuration to the running configuration immediately or at a given time.

A

configure replacesource-file{nolock|list|force|ignorecase|timeminutes|revert trigger}

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

General | Enters global configuration mode.

A

configure terminal

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

General | Merges the configurations and preserves all the commands from both the source file and the current running configuration.

A

copysource-filerunning-config

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

General | Saves the current configuration to the startup configuration. After router reloads, the current configuration will still be there.

A

copy running-config startup-config

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

General | Displays information on ICMP transactions.

A

debug ip icmp

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

General | Enters privileged EXEC mode.

A

enable

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

General | Moves you from any configuration submode back into privileged EXEC mode.

A

end

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

General | Exits current configuration (sub)mode.

A

exit

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

General | Enters interface configuration mode for the specified interface.

A

interfaceinterface slot/number

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

General | Enters interface configuration mode for the specified range of interfaces.

A

interface rangeinterface slot/number - number

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

General | Configures an interface with the specified IP address. Use command in interface configuration mode.

A

ip addressip-address subnet-mask

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

General | Defines an IP address that is used as the default gateway for the device.

A

ip default-gatewayip-address

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

General | Defines an IP address that is used as the default network for the device.

A

ip default-networkip-address

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

General | Defines an IP address of one or more name servers.

A

ip name-serverip-address{ip-address, …}

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

General | Enables IPv6 on the interface. Use this command in interface configuration mode.

A

ipv6 enable

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

General | Performs an ICMP connectivity test to the specified IPv4 or IPv6 address. Optionally, you can specify an interface that ping uses for the source IP address.

A

pingip-address{source[ip-address|interface slot/number]}

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

General | Schedules a reload of the software to take effect in specified time.

A

reload[in|at] [hh:mm] {reload-reason}

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

General | Displays ARP information.

A

show arp

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

General | Displays information about neighboring devices discovered using CDP.

A

show cdp neighbors

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

General | Displays Layer 1 and 2 properties of the specified interface.

A

show interfaceinterface slot/number

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

General | Displays configured descriptions on interfaces.

A

show interfaces description

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

General | Displays error-disabled interfaces.

A

show interfaces status err-disabled

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

General | Displays IP information of the specified interface.

A

show ip interfaceinterface slot/number

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

General | Displays global LLDP information, such as the frequency of transmissions, the hold time for packets being sent, and the delay time for LLDP to initialize on an interface.

A

show lldp

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

General | Displays information about neighboring devices that are discovered using LLDP.

A

show lldp neighbors

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

General | Displays the MAC address table.

A

show mac address-table

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

General | Displays the running configuration.

A

show running-config

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

General | Displays the startup configuration.

A

show startup-config

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

General | Shuts down the interface. Use this command in interface configuration mode. To bring up the interface, use this command with thenoin front.

A

shutdown

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

General | Discovers the routes that packets will take when traveling to the destination address.

A

tracerouteip-address

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

GLBP | Sets a virtual IP address for the specified GLBP group.

A

glbpgroup-number[ip|ipv6]virtual-ip

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

GLBP | Displays GLBP information in a summarized form.

A

show glbp brief

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

GLBP | Displays the GLBP status. Filter it per interface to display only relevant information.

A

show glbp[interface slot/number]

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

HSRP | Enables HSRP events debugging.

A

debug standby events

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

HSRP | Defines the virtual IP address for the specified HSRP group. Use this command in interface configuration mode.

A

standbygroup-number[ip|ipv6]virtual-ip

89
Q

HSRP | Enables pre-emption for the specified HSRP group. Use this command in interface configuration mode.

A

standbygroup-numberpreempt

90
Q

HSRP | Sets the priority of the interface, belonging to an HSRP group, to a specified priority number. By default, this number is 100. Use this command in interface configuration mode.

A

standbygroup-numberprioritypriority

91
Q

HSRP | Shows the status of HSRP groups. You can filter the output by the interface on which the standby group is configured on.

A

show standby[interface slot/number]

92
Q

IPv6 | Enables IPv6 unicast packet debugging.

A

debug ipv6 packet

93
Q

IPv6 | Generates a default external route into an OSPF routing domain. Use this command in OSPFv3 routing configuration mode.

A

default-information originate

94
Q

IPv6 | Enables automatic configuration of an IPv6 address using stateless autoconfiguration on the interface and enables IPv6 processing on the interface. Use this command in interface configuration mode.

A

ipv6 address autoconfig

95
Q

IPv6 | Configures an interface with the specified IPv6 address. Use this command in interface configuration mode.

A

ipv6 addressipv6-address/mask-size

96
Q

IPv6 | Enables EIGRP for IPv6 on an interface. Use this command in interface configuration mode.

A

ipv6 eigrpas-number

97
Q

IPv6 | Enables OSPFv3 on an interface. Use this command in interface configuration mode.

A

ipv6 ospfprocess-idareaarea-number

98
Q

IPv6 | Enters IPv6 OSPF routing process configuration mode for the specified AS. Use this command in global configuration mode.

A

ipv6 router ospfprocess-id

99
Q

IPv6 | Displays DHCPv6 interface information.

A

show ipv6 dhcp interface

100
Q

IPv6 | Displays the status of interfaces that are configured for IPv6.

A

show ipv6 interface

101
Q

NAT | Displays information about IP packets that are translated by NAT.

A

debug ip nat

102
Q

NAT | Enables dynamic translation of addresses. Addresses that are eligible to be translated are defined by the access list that is referenced. Addresses are translated into an IP address that is configured on the referenced interface. Theoverloadkeyword enables PAT.

A

ip nat inside source listaccess-listinterfaceinterface-slot/numberoverload

103
Q

NAT | Configures an interface to use NAT. Use this command in interface configuration mode.

A

ip nat enable

104
Q

NAT | Defines inside and outside interfaces for NAT. Use this command in interface configuration mode.

A

ip nat{inside|outside}

105
Q

NAT | Configures a static NAT NVI translation.

A

ip nat source staticlocal-ip-address global-ip-address

106
Q

NAT | Displays NAT statistics and configuration.

A

show ip nat statistics

107
Q

NAT | Displays active NAT translations.

A

show ip nat translations

108
Q

NTP | Manually copies the hardware clock settings into the software clock.

A

clock read-calendar

109
Q

NTP | Displays events that are reported by reference clocks.

A

debug ntp events

110
Q

NTP | Displays NTP packets.

A

debug ntp packets

111
Q

NTP | Displays the current system clock.

A

show clock

112
Q

NTP | Shows the IPs of NTP servers that are associated with the device. An asterisk that is next to the IP address denotes that the device is synchronized with this NTP server. A plus sign that is next to the IP address denotes that the NTP server is marked as a candidate—a backup.

A

show ntp associations

113
Q

NTP | Displays the NTP status.

A

show ntp status

114
Q

Object Tracking and IP SLA | Enables debugging of the IP SLA operation runtime errors.

A

debug ip sla error 0

115
Q

Object Tracking and IP SLA | Enables execution of the IP SLA operation tracing.

A

debug ip sla trace

116
Q

Object Tracking and IP SLA | Schedules an IP SLA test to run. You can specify start time, runtime, and for how long gathered data is kept.

A

ip sla schedulesla-number[life{forever|seconds}] [start-time{now|pending|after|hh:mm{day month}}][ageoutseconds] [recurring]

117
Q

Object Tracking and IP SLA | Displays global information about IP SLA.

A

show ip sla application

118
Q

Object Tracking and IP SLA | Displays IP SLA configuration.

A

show ip sla configuration

119
Q

Object Tracking and IP SLA | Displays information about the IP SLA responder.

A

show ip sla responder

120
Q

Object Tracking and IP SLA | Displays IP SLA measurement results.

A

show ip sla statistics

121
Q

Object Tracking and IP SLA | Displays the aggregated statistical errors and distributions information for all IP SLA operations.

A

show ip sla statistics aggregated

122
Q

Object Tracking and IP SLA | Displays tracking configuration.

A

show track

123
Q

Object Tracking and IP SLA | Configures interface tracking through object tracking configuration.

A

trackobject-numberinterfaceinterfaceslot/number[line-protocol]

124
Q

OSPF | Enters IPv4 or IPv6 address family configuration mode for OSPFv3. Use this command in router configuration mode.

A

address-family[ipv4|ipv6] unicast

125
Q

OSPF | Enables authentication for specified OSPF area. Use this command in router configuration mode.

A

areaarea-idauthentication[message-digest]

126
Q

OSPF | Takes a specified subnet within an OSPF area and announces it in a summarized form to other OSPF areas. Will only have effect if configured on an ABR or ASBR. Use this command in router OSPF configuration mode.

A

areaarea-idrangesubnet-addresssubnet-mask

127
Q

OSPF | Defines an area as a stub area and prevents an ABR from sending summary link advertisements into stub area. Use this command in router OSPF configuration mode.

A

areaarea-numberstub no-summary

128
Q

OSPF | Displays more detailed information regarding OSPF hello packets that are being sent and received on the router.

A

debug[ip|ipv6]ospf hello

129
Q

OSPF | Displays information about every OSPF packet that is received.

A

debug[ip|ipv6]ospf packet

130
Q

Displays debugging information about the OSPFv3 routing processes. This command has many options.

A

debug ospfv3

131
Q

OSPF | Enables OSPF MD5 authentication and sets an MD5-hashed password. Use this command in interface configuration mode.

A

ip ospf message-digest-keykey-idmd5key

132
Q

OSPF | Configures an OSPF network type to nonbroadcast multiaccess. Use this command in interface configuration mode.

A

ip ospf network non-broadcast

133
Q

OSPF | Enables all interfaces that have an IP within the subnet for a specified OSPF area. Use this command in router OSPF configuration mode.

A

networksubnet-addresssubnet-maskareaarea-number

134
Q

OSPF | Enables the OSPFv3 routing process on an interface for the specified address family (IPv4 or IPv6). Use this command in interface configuration mode.

A

ospfv3process-id[ipv4|ipv6]areaarea

135
Q

OSPF | Configures authentication for the OSPFv3 process. Use command in interface configuration mode.
a

A

ospfv3 authentication {ipsec spispi} {md5|sha1} {key-encryption-typekey} |null

136
Q

OSPF | Disables sending routing updates on an interface.

A

passive-interfaceinterface slot/number

137
Q

OSPF | Redistributes BGP routes into OSPF. Use this command in router or address-family configuration mode.

A

redistribute bgpas-number

138
Q

OSPF | Configures a router ID for the OSPF process. Use command in interface OSPF router configuration mode. The router ID must be in the IPv4 address format.

A

router-idrouter-id

139
Q

OSPF | Enters OSPF or OSPFv3 routing process configuration mode. Use this command in global configuration mode.

A

router[ospf|ospfv3]process-id

140
Q

OSPF | Displays general information about the OSPF routing process.

A

show[ip|ipv6]ospf

141
Q

OSPF | Displays the OSPF database information.

A

show[ip|ipv6]ospf{process-id}database

142
Q

OSPF | Displays only the external LSA OSPF database information.

A

show[ip|ipv6]ospf{process-id}database external

143
Q

OSPF | Displays information about OSPF-enabled interfaces.

A

show[ip|ipv6]ip ospf interface

144
Q

OSPF | Lists OSPF neighbors. You can filter the neighbors by the interface that the adjacency is seen.

A

show[ip|ipv6]ospf neighbor[interface slot/number]

145
Q

OSPF | Displays a list of all summary address redistribution information that is configured under an OSPF process.

A

show ip ospf summary-address

146
Q

OSPF | Displays a list of all summary prefix redistribution information that is configured under an OSPF process.

A

show ipv6 ospf summary-prefix

147
Q

OSPF | Displays general information about OSPFv3 routing processes.

A

show ospfv3

148
Q

OSPF | Displays OSPFv3 process information for both IPv4 and IPv6 address families.

A

show ospfv3[interfaceinterface slot/number]

149
Q

OSPF | Displays OSPFv3 neighbor information for both IPv4 and IPv6 address families.

A

show ospfv3 neighbor

150
Q

Port Security | Displays information about the port-security setting.

A

show port-security

151
Q

Port Security | Enables port security on an interface. Use this command in interface configuration mode.

A

switchport port-security

152
Q

Port Security | Adds a MAC address to the list of secure MAC addresses. Use this command in interface configuration mode.

A

switchport port-security mac-addressmac-address

153
Q

Port Security | Sets the violation mode. Enter this command in interface configuration mode.

A

switchport port-security violation{protect|restrict|shutdown}

154
Q

Remote Access and AAA | Activates AAA on device. Use this command in global configuration mode.

A

aaa new-model

155
Q

Remote Access and AAA | Device will use the local username database for authentication. Use this command in global configuration mode.

A

aaa authentication login default local

156
Q

Remote Access and AAA | Sets the time period during which the authentication key on a key chain is received as valid.

A

accept-lifetimestart-time[durationseconds|infinite|end-time]

157
Q

Remote Access and AAA | Generates a cryptographic key with a specified length. Use this command in global configuration mode.

A

crypto key generate rsa moduluskey-length

158
Q

Remote Access and AAA | Displays information on AAA authentication.

A

debug aaa authentication

159
Q

Remote Access and AAA | Displays information on AAA authorization.

A

debug aaa authorization

160
Q

Remote Access and AAA | Displays information that is associated with RADIUS.

A

debug radius

161
Q

Remote Access and AAA | Displays information that is associated with the TACACS+.

A

debug tacas

162
Q

Remote Access and AAA | Specifies the version of SSH. Use this command in global configuration mode.

A

ip ssh versionversion

163
Q

Remote Access and AAA | Creates or modifies a key chain key. Use this command in key chain configuration mode.

A

keykey-id

164
Q

Remote Access and AAA | Creates or modifies a key chain.

A

key chainkey-chain-name

165
Q

Remote Access and AAA | Displays RSA public keys.

A

show crypto keykeyrsa

166
Q

Remote Access and AAA | Displays the version and configuration data for SSH.

A

show ip ssh

167
Q

Remote Access and AAA | Displays the key chain.

A

show key chainkey-chain-name

168
Q

Remote Access and AAA | Starts an encrypted session with a remote device with a specified user ID. The version does not need to be specified. However, if you do use it, you can choose between versions 1 and 2.

A

ssh{-vversion}-luser-id ip-address

169
Q

Remote Access and AAA | Connects to a specified IP address via Telnet. The session will not be encrypted.

A

telnetip-address

170
Q

RIPng | Displays debugging messages for IPv6 RIP routing transactions.

A

debug ipv6 rip

171
Q

RIPng | Originates the IPv6 default route (::/0) into the specified RIP routing process updates that are sent out of the specified interface. Use this command in interface configuration mode.

A

ipv6 riprip-namedefault-information{originate|only}

172
Q

RIPng | Configures an IPv6 RIP routing process and enters router configuration mode for the IPv6 RIP routing process. Use this command in global configuration mode.

A

ipv6 router ripprocess-name

173
Q

RIPng | Displays information about current IPv6 RIP processes.

A

show ipv6 rip[process-name]

174
Q

RIPng | Displays the information about entries in the RIP IPv6 routing table.

A

show ipv6 rip database

175
Q

RIPng | Displays the current contents that RIP put in the IPv6 routing table.

A

show ipv6 route rip

176
Q

Spanning Tree | Enables STP topology events debugging.

A

debug spanning-tree events

177
Q

Spanning Tree | Displays STP information for the specified STP instances.

A

show spanning-tree{summary}

178
Q

Spanning Tree | Displays the ports that are in an inconsistent STP state.

A

show spanning-tree inconsistentports

179
Q

Spanning Tree | Shows the STP status per interface. If you add thedetailkeyword, additional information is displayed—including the status of STP stability and securing mechanisms.

A

show spanning-treeinterfaceinterface slot/number{detail}

180
Q

Spanning Tree | Displays if the PortFast is enabled on the specific interface.

A

show spanning-tree interface interface slot/number portfast

181
Q

Spanning Tree | Displays information about the region configuration of the MST protocol.

A

show spanning-tree mst configuration

182
Q

Spanning Tree | Enables the BPDU filter on the interface. Use in interface configuration mode.

A

spanning-tree bpdufilter enable

183
Q

Spanning Tree | Enables the BPDU guard on the interface. Use in interface configuration mode.

A

spanning-tree bpduguard enable

184
Q

Static Routing | Establishes a static route to aprefixviafw-router-ip-addressor interface. Use this command in global configuration mode.

A

ip routeprefix prefix-mask{fw-router-ip-address|interface slot/number}

185
Q

Static Routing | Establishes a static IPv6 route. Use this command in global configuration mode.

A

ipv6 routeprefix/mask-size{fw-router-ip-address|interface slot/number}

186
Q

Static Routing | Displays the parameters and current state of the active routing protocols.

A

show[ip|ipv6]protocols

187
Q

Static Routing | Displays the routing table.

A

show[ip|ipv6]route

188
Q

Traffic Control | The more unstructured standard and extended access list configuration—without entering access list configuration mode.

A

access-listaccess-list-number{permit|deny}source-address{destination-address}

189
Q

Traffic Control | Applies an access list to the interface. Use this command in interface configuration mode.

A

ip access-groupaccess-list-number{in|out}

190
Q

Traffic Control | Enters configuration mode for standard or extended access list. After you are in access list configuration mode, you can specifypermitanddenystatements.

A

ip access-list[standard|extended]access-list-number

191
Q

Traffic Control | Enters configuration mode for the specified IPv6 access list. After you are in the access list configuration mode, you can specifypermitanddenystatements.

A

ipv6 access-listaccess-list-name

192
Q

Traffic Control | Redistributes a router in the routing table that matches the specified tags. Use this command in route-map configuration mode.

A

match tagtag-value

193
Q

Traffic Control | Deletes the rules under the specified sequence number from the access list. Use this command in access list configuration mode.

A

nosequence-number

194
Q

Traffic Control | Creates an access list rule. Use this command in access list configuration mode. There are many options to this command.

A

{permit|deny}protocolsource-address destination-address

195
Q

Traffic Control | Redistributes routes from 1 routing domain into another routing domain. Use this command in router configuration mode.

A

redistributeprotocol[as-number|process-id] {metric} {route-mapmap-tag}

196
Q

Traffic Control | Defines the conditions for redistributing routes from one routing protocol into another or enables policy routing.

A

route-mapmap-tag[permit|deny] {sequence-number}

197
Q

Traffic Control | Sets a tag value of the destination routing protocol. Use this command in route-map configuration mode.

A

set tagtag-value

198
Q

Traffic Control | Displays configured access lists.

A

show access-lists{access-list-number}

199
Q

Traffic Control | Displays configured IPv4 access lists.

A

show[ip|ipv6]access-lists {access-list-number}

200
Q

Traffic Control | Displays the route map that is used for local policy routing.

A

show ip local policy

201
Q

Traffic Control | Displays the route map that is used for policy routing.

A

show ip policy

202
Q

Traffic Control | Displays configured route maps.

A

show route-map[map-tag]

203
Q

VLAN and Trunk | Displays information about switch port interfaces.

A

show interfaceinterface slot/numberswitchport

204
Q

VLAN and Trunk | Displays information about all the trunk interfaces.

A

show interface trunk

205
Q

VLAN and Trunk | Displays summarized VLAN information.

A

show vlan brief

206
Q

VLAN and Trunk | Displays VLAN information.

A

show vlan[idid-number]

207
Q

VLAN and Trunk | Displays the VTP status.

A

show vtp status

208
Q

VLAN and Trunk | Sets the specified access VLAN to interface in access mode. Use this command in interface configuration mode.

A

switchport access vlanvlan-number

209
Q

VLAN and Trunk | Configures an interface as either trunk or access port. Issue this command in interface configuration mode.

A

switchport mode[access|trunk|dynamic]

210
Q

VLAN and Trunk | Configures the encapsulation method. Use this command in interface configuration mode.

A

switchport trunk encapsulation[negotiate|isl|dot1q]

211
Q

VLAN and Trunk | Configures which VLAN will be sent over the trunk untagged. Use this command in interface configuration mode.

A

switchport trunk native vlanvlan-number

212
Q

VLAN and Trunk | Specifies, adds, or removes the VLANs to be allowed on a trunk link. Use this command in interface configuration mode.

A

switchport trunk allowed vlan{add|remove}vlan-ids

213
Q

VLAN and Trunk | Adds VLAN to the VLAN database. Use this command in global configuration mode.

A

vlanvlan

214
Q

VLAN and Trunk | Configures the VTP mode. Use this command in global configuration mode.

A

vtp mode[client|server|transparent|off]

215
Q

VRRP | Displays the status of VRRP groups.

A

show vrrp

216
Q

VRRP | Displays the status of VRRP virtual routers.

A

show vrrp brief

217
Q

VRRP | Displays VRRP groups and their statuses on a specified interface.

A

show vrrpinterface slot/number

218
Q

VRRP | Enables authentication of VRRP packets that are received from other routers in the group. Use this command in global configuration mode.

A

vrrpgroup-numberauthentication{text|md5}key-stringkey-string

219
Q

VRRP | Configures VRRP to track an object and decrement the priority value of a router if the object fails. Use this command in global configuration mode.

A

vrrpgroup-numbertrackobject-number[decrementdecrement]