CCNP Commands Flashcards
BGP | Enters address family configuration mode to configure a BGP session using standard IPv6 address prefixes. Use this command in router configuration mode.
address-family{ipv4|ipv6}
BGP | Clears all BGP sessions. Use this command in privileged exec mode.Do notuse this command on a live production network.
clear ip bgp *
BGP | Enables BGP event debugging.
debug ip bgp events
BGP | Resets the IPv6 BGP session for all IPv6 unicast address prefixes.
clear ip bgp ipv6 unicast *
BGP | Displays debugging messages for IPv6 BGP update packets for IPv6 unicast address prefixes.
debug ip bgp ipv6 unicast updates
BGP | Enables the BGP update debugging option.
debug ip bgp updates
BGP | Enables the information exchange with a specified BGP neighbor. Use this command in address family or BGP router configuration mode.
neighbor{ip-address|peer-group-name}activate
BGP | Specifies a BGP neighbor. Enter this command in BGP router configuration mode.
neighbor{ip-address|peer-group-name}remote-asas-number
BGP | Enables a BGP routing process, which places the router in router configuration mode. Issue this command in global configuration mode.
router bgpasn-number
BGP | Displays the entries in the BGP routing table.
show ip bgp
BGP | Displays the BGP routing table.
show ip bgp[ipv4|ipv6]unicast
BGP | Displays the summary of entries in the BGP routing table.
show{ip} bgp[ipv4|ipv6]unicast summary
BGP | Displays information about BGP connections to neighbors.
show ip bgp neighbors
BGP | Displays prefixes that are being advertised to the specified BGP neighbor.
show ip bgp neighborip-addressadvertised-routes
BGP | Displays prefixes that are received from the specified BGP neighbor.
show ip bgp neighborip-addressreceived-routes
BGP | Displays the status of all BGP connections.
show ip bgp summary
DHCP | Deletes an automatic address binding from the DHCP server database.
clear ip dhcp binding{ip-address|*}
DHCP | Enables DHCP client activities debugging and displays the DHCP packets status.
debug dhcp
DHCP | Enables DHCP server debugging for reporting server events, such as address assignments, lease expirations, etc.
debug ip dhcp server events
DHCP | Enables DHCP server debugging for decoding DHCP receptions and transmissions.
debug ip dhcp server packet
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.
dns-serverip-address
DHCP | Configures the interface to acquire an IP address from DHCP. Use this command in interface configuration mode.
ip address dhcp
DHCP | Enters DHCP pool configuration mode.
ip dhcp poolpool-name
DHCP | Enables DHCP snooping globally. Enter the command in global configuration mode.
ip dhcp snooping
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.
ip dhcp snooping trust
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.
ip dhcp snooping vlanvlan
DHCP | Enables the DHCP broadcast to be forwarded as unicast to the configured DHCP server. Use this command in interface configuration mode.
ip helper-addressip-address
DHCP | Releases a DHCP lease for the specified interface and deconfigures the IP address for the interface. Enter this command in privileged EXEC mode.
release dhcpinterface slot/number
DHCP | Forces the renewal or rebinds of the lease for the specified interface. Enter the command in privileged EXEC mode.
renew dhcpinterface slot/number
DHCP | Displays address assignment bindings on a DHCP server.
show ip dhcp binding
DHCP | Displays address conflicts that are found by a DHCP server.
show ip dhcp conflict
DHCP | Shows the DHCP snooping configuration
show ip dhcp snooping
EIGRP | Starts the EIGRP instance for the named EIGRP configuration. Use this command in the named EIGRP configuration mode.
address-family ipv4 unicast autonomous-systemas-number
EIGRP | Restores the default behavior of automatic summarization of subnet routes into network-level routes. Use this command in router EIGRP configuration mode.
auto-summary
EIGRP | Enables EIGRP packet debugging.
debug eigrp packets
EIGRP | Enables EIGRP debugging.
debug[ip|ipv6]eigrp
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.
default-metricbandwidth delay reliability loading mtu
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.
eigrp stub[receive-only|connected|static|summary|redistributed]
EIGRP | Summarizes EIGRP advertisements. Use command in interface configuration mode.
ip summary-address eigrpas-numberip-addresssubnet-mask
EIGRP | Indirectly activates interfaces to be part of EIGRP routing process. Use this command in router EIGRP configuration mode.
networknetwork[wildcard]
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.
router eigrp{as-number|name}
EIGRP | Displays the EIGRP event log.
show[ip|ipv6]eigrp[as-number]events
EIGRP | Displays information about interfaces that are configured for the EIGRP.
show[ip|ipv6]eigrp interfaces
EIGRP | Displays neighbors that are discovered by the EIGRP
show[ip|ipv6]eigrp neighbors
EIGRP | Shows the detailed status of EIGRP adjacencies.
show[ip|ipv6]eigrp neighborsdetail
EIGRP | Displays EIGRP topology table entries.
show[ip|ipv6]eigrp topology
EIGRP | Configures an EIGRP process to route IP traffic under the specified topology instance. Use this command in address-family configuration mode.
topology base
EtherChannel | Assigns and configures an EtherChannel interface to an EtherChannel group. Use this command in interface or interface-range configuration mode.
channel-groupchannel-group-numbermode[active|on|auto|passive|desirable]
EtherChannel | Displays EtherChannel summary information per channel group.
show etherchannel summary
EtherChannel | Displays detailed EtherChannel information for specified group.
show etherchannelchannel-groupdetail
General | Enables CDP on the interface. Use this command in interface configuration mode. By default on Cisco devices, CDP is enabled on all interfaces.
cdp enable
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.
cdp run
General | Clears mapping for a specified IP address from the ARP table. Use this command in privileged EXEC mode.
clear ip arpip-address
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.
configure replacesource-file{nolock|list|force|ignorecase|timeminutes|revert trigger}
General | Enters global configuration mode.
configure terminal
General | Merges the configurations and preserves all the commands from both the source file and the current running configuration.
copysource-filerunning-config
General | Saves the current configuration to the startup configuration. After router reloads, the current configuration will still be there.
copy running-config startup-config
General | Displays information on ICMP transactions.
debug ip icmp
General | Enters privileged EXEC mode.
enable
General | Moves you from any configuration submode back into privileged EXEC mode.
end
General | Exits current configuration (sub)mode.
exit
General | Enters interface configuration mode for the specified interface.
interfaceinterface slot/number
General | Enters interface configuration mode for the specified range of interfaces.
interface rangeinterface slot/number - number
General | Configures an interface with the specified IP address. Use command in interface configuration mode.
ip addressip-address subnet-mask
General | Defines an IP address that is used as the default gateway for the device.
ip default-gatewayip-address
General | Defines an IP address that is used as the default network for the device.
ip default-networkip-address
General | Defines an IP address of one or more name servers.
ip name-serverip-address{ip-address, …}
General | Enables IPv6 on the interface. Use this command in interface configuration mode.
ipv6 enable
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.
pingip-address{source[ip-address|interface slot/number]}
General | Schedules a reload of the software to take effect in specified time.
reload[in|at] [hh:mm] {reload-reason}
General | Displays ARP information.
show arp
General | Displays information about neighboring devices discovered using CDP.
show cdp neighbors
General | Displays Layer 1 and 2 properties of the specified interface.
show interfaceinterface slot/number
General | Displays configured descriptions on interfaces.
show interfaces description
General | Displays error-disabled interfaces.
show interfaces status err-disabled
General | Displays IP information of the specified interface.
show ip interfaceinterface slot/number
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.
show lldp
General | Displays information about neighboring devices that are discovered using LLDP.
show lldp neighbors
General | Displays the MAC address table.
show mac address-table
General | Displays the running configuration.
show running-config
General | Displays the startup configuration.
show startup-config
General | Shuts down the interface. Use this command in interface configuration mode. To bring up the interface, use this command with thenoin front.
shutdown
General | Discovers the routes that packets will take when traveling to the destination address.
tracerouteip-address
GLBP | Sets a virtual IP address for the specified GLBP group.
glbpgroup-number[ip|ipv6]virtual-ip
GLBP | Displays GLBP information in a summarized form.
show glbp brief
GLBP | Displays the GLBP status. Filter it per interface to display only relevant information.
show glbp[interface slot/number]
HSRP | Enables HSRP events debugging.
debug standby events
HSRP | Defines the virtual IP address for the specified HSRP group. Use this command in interface configuration mode.
standbygroup-number[ip|ipv6]virtual-ip
HSRP | Enables pre-emption for the specified HSRP group. Use this command in interface configuration mode.
standbygroup-numberpreempt
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.
standbygroup-numberprioritypriority
HSRP | Shows the status of HSRP groups. You can filter the output by the interface on which the standby group is configured on.
show standby[interface slot/number]
IPv6 | Enables IPv6 unicast packet debugging.
debug ipv6 packet
IPv6 | Generates a default external route into an OSPF routing domain. Use this command in OSPFv3 routing configuration mode.
default-information originate
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.
ipv6 address autoconfig
IPv6 | Configures an interface with the specified IPv6 address. Use this command in interface configuration mode.
ipv6 addressipv6-address/mask-size
IPv6 | Enables EIGRP for IPv6 on an interface. Use this command in interface configuration mode.
ipv6 eigrpas-number
IPv6 | Enables OSPFv3 on an interface. Use this command in interface configuration mode.
ipv6 ospfprocess-idareaarea-number
IPv6 | Enters IPv6 OSPF routing process configuration mode for the specified AS. Use this command in global configuration mode.
ipv6 router ospfprocess-id
IPv6 | Displays DHCPv6 interface information.
show ipv6 dhcp interface
IPv6 | Displays the status of interfaces that are configured for IPv6.
show ipv6 interface
NAT | Displays information about IP packets that are translated by NAT.
debug ip nat
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.
ip nat inside source listaccess-listinterfaceinterface-slot/numberoverload
NAT | Configures an interface to use NAT. Use this command in interface configuration mode.
ip nat enable
NAT | Defines inside and outside interfaces for NAT. Use this command in interface configuration mode.
ip nat{inside|outside}
NAT | Configures a static NAT NVI translation.
ip nat source staticlocal-ip-address global-ip-address
NAT | Displays NAT statistics and configuration.
show ip nat statistics
NAT | Displays active NAT translations.
show ip nat translations
NTP | Manually copies the hardware clock settings into the software clock.
clock read-calendar
NTP | Displays events that are reported by reference clocks.
debug ntp events
NTP | Displays NTP packets.
debug ntp packets
NTP | Displays the current system clock.
show clock
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.
show ntp associations
NTP | Displays the NTP status.
show ntp status
Object Tracking and IP SLA | Enables debugging of the IP SLA operation runtime errors.
debug ip sla error 0
Object Tracking and IP SLA | Enables execution of the IP SLA operation tracing.
debug ip sla trace
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.
ip sla schedulesla-number[life{forever|seconds}] [start-time{now|pending|after|hh:mm{day month}}][ageoutseconds] [recurring]
Object Tracking and IP SLA | Displays global information about IP SLA.
show ip sla application
Object Tracking and IP SLA | Displays IP SLA configuration.
show ip sla configuration
Object Tracking and IP SLA | Displays information about the IP SLA responder.
show ip sla responder
Object Tracking and IP SLA | Displays IP SLA measurement results.
show ip sla statistics
Object Tracking and IP SLA | Displays the aggregated statistical errors and distributions information for all IP SLA operations.
show ip sla statistics aggregated
Object Tracking and IP SLA | Displays tracking configuration.
show track
Object Tracking and IP SLA | Configures interface tracking through object tracking configuration.
trackobject-numberinterfaceinterfaceslot/number[line-protocol]
OSPF | Enters IPv4 or IPv6 address family configuration mode for OSPFv3. Use this command in router configuration mode.
address-family[ipv4|ipv6] unicast
OSPF | Enables authentication for specified OSPF area. Use this command in router configuration mode.
areaarea-idauthentication[message-digest]
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.
areaarea-idrangesubnet-addresssubnet-mask
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.
areaarea-numberstub no-summary
OSPF | Displays more detailed information regarding OSPF hello packets that are being sent and received on the router.
debug[ip|ipv6]ospf hello
OSPF | Displays information about every OSPF packet that is received.
debug[ip|ipv6]ospf packet
Displays debugging information about the OSPFv3 routing processes. This command has many options.
debug ospfv3
OSPF | Enables OSPF MD5 authentication and sets an MD5-hashed password. Use this command in interface configuration mode.
ip ospf message-digest-keykey-idmd5key
OSPF | Configures an OSPF network type to nonbroadcast multiaccess. Use this command in interface configuration mode.
ip ospf network non-broadcast
OSPF | Enables all interfaces that have an IP within the subnet for a specified OSPF area. Use this command in router OSPF configuration mode.
networksubnet-addresssubnet-maskareaarea-number
OSPF | Enables the OSPFv3 routing process on an interface for the specified address family (IPv4 or IPv6). Use this command in interface configuration mode.
ospfv3process-id[ipv4|ipv6]areaarea
OSPF | Configures authentication for the OSPFv3 process. Use command in interface configuration mode.
a
ospfv3 authentication {ipsec spispi} {md5|sha1} {key-encryption-typekey} |null
OSPF | Disables sending routing updates on an interface.
passive-interfaceinterface slot/number
OSPF | Redistributes BGP routes into OSPF. Use this command in router or address-family configuration mode.
redistribute bgpas-number
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.
router-idrouter-id
OSPF | Enters OSPF or OSPFv3 routing process configuration mode. Use this command in global configuration mode.
router[ospf|ospfv3]process-id
OSPF | Displays general information about the OSPF routing process.
show[ip|ipv6]ospf
OSPF | Displays the OSPF database information.
show[ip|ipv6]ospf{process-id}database
OSPF | Displays only the external LSA OSPF database information.
show[ip|ipv6]ospf{process-id}database external
OSPF | Displays information about OSPF-enabled interfaces.
show[ip|ipv6]ip ospf interface
OSPF | Lists OSPF neighbors. You can filter the neighbors by the interface that the adjacency is seen.
show[ip|ipv6]ospf neighbor[interface slot/number]
OSPF | Displays a list of all summary address redistribution information that is configured under an OSPF process.
show ip ospf summary-address
OSPF | Displays a list of all summary prefix redistribution information that is configured under an OSPF process.
show ipv6 ospf summary-prefix
OSPF | Displays general information about OSPFv3 routing processes.
show ospfv3
OSPF | Displays OSPFv3 process information for both IPv4 and IPv6 address families.
show ospfv3[interfaceinterface slot/number]
OSPF | Displays OSPFv3 neighbor information for both IPv4 and IPv6 address families.
show ospfv3 neighbor
Port Security | Displays information about the port-security setting.
show port-security
Port Security | Enables port security on an interface. Use this command in interface configuration mode.
switchport port-security
Port Security | Adds a MAC address to the list of secure MAC addresses. Use this command in interface configuration mode.
switchport port-security mac-addressmac-address
Port Security | Sets the violation mode. Enter this command in interface configuration mode.
switchport port-security violation{protect|restrict|shutdown}
Remote Access and AAA | Activates AAA on device. Use this command in global configuration mode.
aaa new-model
Remote Access and AAA | Device will use the local username database for authentication. Use this command in global configuration mode.
aaa authentication login default local
Remote Access and AAA | Sets the time period during which the authentication key on a key chain is received as valid.
accept-lifetimestart-time[durationseconds|infinite|end-time]
Remote Access and AAA | Generates a cryptographic key with a specified length. Use this command in global configuration mode.
crypto key generate rsa moduluskey-length
Remote Access and AAA | Displays information on AAA authentication.
debug aaa authentication
Remote Access and AAA | Displays information on AAA authorization.
debug aaa authorization
Remote Access and AAA | Displays information that is associated with RADIUS.
debug radius
Remote Access and AAA | Displays information that is associated with the TACACS+.
debug tacas
Remote Access and AAA | Specifies the version of SSH. Use this command in global configuration mode.
ip ssh versionversion
Remote Access and AAA | Creates or modifies a key chain key. Use this command in key chain configuration mode.
keykey-id
Remote Access and AAA | Creates or modifies a key chain.
key chainkey-chain-name
Remote Access and AAA | Displays RSA public keys.
show crypto keykeyrsa
Remote Access and AAA | Displays the version and configuration data for SSH.
show ip ssh
Remote Access and AAA | Displays the key chain.
show key chainkey-chain-name
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.
ssh{-vversion}-luser-id ip-address
Remote Access and AAA | Connects to a specified IP address via Telnet. The session will not be encrypted.
telnetip-address
RIPng | Displays debugging messages for IPv6 RIP routing transactions.
debug ipv6 rip
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.
ipv6 riprip-namedefault-information{originate|only}
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.
ipv6 router ripprocess-name
RIPng | Displays information about current IPv6 RIP processes.
show ipv6 rip[process-name]
RIPng | Displays the information about entries in the RIP IPv6 routing table.
show ipv6 rip database
RIPng | Displays the current contents that RIP put in the IPv6 routing table.
show ipv6 route rip
Spanning Tree | Enables STP topology events debugging.
debug spanning-tree events
Spanning Tree | Displays STP information for the specified STP instances.
show spanning-tree{summary}
Spanning Tree | Displays the ports that are in an inconsistent STP state.
show spanning-tree inconsistentports
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.
show spanning-treeinterfaceinterface slot/number{detail}
Spanning Tree | Displays if the PortFast is enabled on the specific interface.
show spanning-tree interface interface slot/number portfast
Spanning Tree | Displays information about the region configuration of the MST protocol.
show spanning-tree mst configuration
Spanning Tree | Enables the BPDU filter on the interface. Use in interface configuration mode.
spanning-tree bpdufilter enable
Spanning Tree | Enables the BPDU guard on the interface. Use in interface configuration mode.
spanning-tree bpduguard enable
Static Routing | Establishes a static route to aprefixviafw-router-ip-addressor interface. Use this command in global configuration mode.
ip routeprefix prefix-mask{fw-router-ip-address|interface slot/number}
Static Routing | Establishes a static IPv6 route. Use this command in global configuration mode.
ipv6 routeprefix/mask-size{fw-router-ip-address|interface slot/number}
Static Routing | Displays the parameters and current state of the active routing protocols.
show[ip|ipv6]protocols
Static Routing | Displays the routing table.
show[ip|ipv6]route
Traffic Control | The more unstructured standard and extended access list configuration—without entering access list configuration mode.
access-listaccess-list-number{permit|deny}source-address{destination-address}
Traffic Control | Applies an access list to the interface. Use this command in interface configuration mode.
ip access-groupaccess-list-number{in|out}
Traffic Control | Enters configuration mode for standard or extended access list. After you are in access list configuration mode, you can specifypermitanddenystatements.
ip access-list[standard|extended]access-list-number
Traffic Control | Enters configuration mode for the specified IPv6 access list. After you are in the access list configuration mode, you can specifypermitanddenystatements.
ipv6 access-listaccess-list-name
Traffic Control | Redistributes a router in the routing table that matches the specified tags. Use this command in route-map configuration mode.
match tagtag-value
Traffic Control | Deletes the rules under the specified sequence number from the access list. Use this command in access list configuration mode.
nosequence-number
Traffic Control | Creates an access list rule. Use this command in access list configuration mode. There are many options to this command.
{permit|deny}protocolsource-address destination-address
Traffic Control | Redistributes routes from 1 routing domain into another routing domain. Use this command in router configuration mode.
redistributeprotocol[as-number|process-id] {metric} {route-mapmap-tag}
Traffic Control | Defines the conditions for redistributing routes from one routing protocol into another or enables policy routing.
route-mapmap-tag[permit|deny] {sequence-number}
Traffic Control | Sets a tag value of the destination routing protocol. Use this command in route-map configuration mode.
set tagtag-value
Traffic Control | Displays configured access lists.
show access-lists{access-list-number}
Traffic Control | Displays configured IPv4 access lists.
show[ip|ipv6]access-lists {access-list-number}
Traffic Control | Displays the route map that is used for local policy routing.
show ip local policy
Traffic Control | Displays the route map that is used for policy routing.
show ip policy
Traffic Control | Displays configured route maps.
show route-map[map-tag]
VLAN and Trunk | Displays information about switch port interfaces.
show interfaceinterface slot/numberswitchport
VLAN and Trunk | Displays information about all the trunk interfaces.
show interface trunk
VLAN and Trunk | Displays summarized VLAN information.
show vlan brief
VLAN and Trunk | Displays VLAN information.
show vlan[idid-number]
VLAN and Trunk | Displays the VTP status.
show vtp status
VLAN and Trunk | Sets the specified access VLAN to interface in access mode. Use this command in interface configuration mode.
switchport access vlanvlan-number
VLAN and Trunk | Configures an interface as either trunk or access port. Issue this command in interface configuration mode.
switchport mode[access|trunk|dynamic]
VLAN and Trunk | Configures the encapsulation method. Use this command in interface configuration mode.
switchport trunk encapsulation[negotiate|isl|dot1q]
VLAN and Trunk | Configures which VLAN will be sent over the trunk untagged. Use this command in interface configuration mode.
switchport trunk native vlanvlan-number
VLAN and Trunk | Specifies, adds, or removes the VLANs to be allowed on a trunk link. Use this command in interface configuration mode.
switchport trunk allowed vlan{add|remove}vlan-ids
VLAN and Trunk | Adds VLAN to the VLAN database. Use this command in global configuration mode.
vlanvlan
VLAN and Trunk | Configures the VTP mode. Use this command in global configuration mode.
vtp mode[client|server|transparent|off]
VRRP | Displays the status of VRRP groups.
show vrrp
VRRP | Displays the status of VRRP virtual routers.
show vrrp brief
VRRP | Displays VRRP groups and their statuses on a specified interface.
show vrrpinterface slot/number
VRRP | Enables authentication of VRRP packets that are received from other routers in the group. Use this command in global configuration mode.
vrrpgroup-numberauthentication{text|md5}key-stringkey-string
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.
vrrpgroup-numbertrackobject-number[decrementdecrement]