CCNP Command Practice Flashcards
Configures a DLCI on a subinterface
frame-relay interface-dlci DLCI
Disables automatic route summarization
no auto-summary
Disables DNS resolution of hostnames
no ip domain-lookup
Configures an EIGRP summary route on an interface
ip summary-address eigrp asn address mask
Displays information about EIGRP topology
show ip eigrp topology
Configures interface delay (in 10’s of usec)
delay delay
Configures frame-relay mapping on an interface or subinterface
frame-relay map ip address DLCI [broadcast]
Forwards broadcasts to this address when multicast is not enabled
Disables split-horizon for an EIGRP process on an interface or subinterface
no ip split-horizon eigrp ASN
Disable frame relay inverse ARP on an interface
no frame-relay inverse-arp
Set the percentage bandwidth usage on EIGRP.
ip bandwidth-percent eigrp ASN PERCENTAGE
Configures the accept lifetime for a key.
accept-lifetime start end
Configures the time and date
clock set hh:mm:ss day month year
Configures an interface or subinterface for EIGRP MD5 authentication
ip authentication mode eigrp ASN md5
Can be configured on a per interface basis or on the EIGRP process
Configures an interface or subinterface with a keychain for EIGRP authentication
ip authentication key-chain eigrp ASN name
Can be configured on a per interface basis or on the EIGRP process
Creates a key on a keychain
key number
Creates a keychain
key-chain name
Specifies a keystring vaule
key-string
Configures the send lifetime for a key
send-lifetime start end
Displays current time and date
show clock
Displays keychain information
show key chain
Configures a router for EIGRP stub operation
What are the 5 options for EIGRP stub and what do they do?
eigrp stub [options]
Options:
Connected - Advertise connected routes but only for interfaces matched with a network command
Summary - Advertise auto-summarized or statically configured summary routes
Static - Advertises static routes, assuming the redistribute static command is configured
Redistributed - Advertises redistributed routes, assuming redistribution is configured
Receive-only - Does not advertise any routes. This option cannot be used with any other option.
A router that is configured as a stub with the eigrp stub command shares connected and summary routing information with all neighbor routers by default.
Configures the OSPF cost on an interface or subinterface
ip ospf cost cost
Configures the OSPF DR/BDR election priority on an interface or subinterface
ip ospf priority
Displays OSPF LSDB information
show ip ospf database [options]