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]
Set an OSPF router to never become a DR or BDR.
ip ospf priority 0
What is the function of the broadcast keyword in the command frame-relay map ip address DLC [broadcast]?
What role does it play with OSPF
The broadcast keyword allows the PVC to forward broadcasts when multicasting is not enabled.
When the frame-relay map command is included in the configuration with the broadcast keyword, and the ip ospf network command (with the broadcast keyword) is configured, there is no need to configure any neighbors manually. OSPF now automatically runs over the Frame Relay network as a broadcast network. (See the ip ospf network interface command for more detail.)
Example
The following example maps the destination IP address 172.16.123.1 to DLCI 100:
interface serial 0
frame-relay map IP 172.16.123.1 100 broadcast
OSPF uses DLCI 100 to broadcast updates.
Selects OSPF network mode.
What are the options?
ip ospf network [option]
broadcast - Sets the network type to broadcast
non-broadcast - Sets the network type to nonbroadcast multiaccess (NBMA)
point-to-multipoint [non-broadcast] - Sets the network type to point-to-multipoint. The optional non-broadcast keyword sets the point-to-multipoint network to be nonbroadcast. If you use the non-broadcast keyword, the neighbor command is required.
point-to-point - Sets the network type to point-to-point
Define an OSPF router ID
router-id
Configures an OSPF area for stub operation. What is the option and what does it do?
When is there a default route?
area AREA stub [no-summary]
To make the area a stub area you must configure the command on every router. The no-summary command only goes on ABRs!
Adding the no-summary option makes the area a totally stubby area.
OSPF stub areas and totally stubby areas inject a default route.
Configure an OSPF area as a not-so-stubby area (NSSA). What is the option for the command and what does it do?
When is there a default route?
area AREA nssa [no-summary]
To make the area an NSSA you must configure the command on every router. The no-summary command only goes on ABRs!
The no-summary option makes this into a NSSA Totally Stub area.
How do you force OSPF to inject a default route?
default-information originnate [always] [metric metric-value] [metric-type type value] [route-map map-name]
The always option will force the router to advertise the route whether it is in its routing table or not.
How do you advertise a default route in EIGRP? (Two ways)
1) Use a static route redistributed into EIGRP:
ip route 0.0.0.0 0.0.0.0 x.x.x.x (next hop to the internet)
2) Use the ip default-network x.x.x.x global configuration command
Configures OSPF plain-text authentication on an interface
ip ospf authentication
Configures OSPF MD5 authentication on an interface
ip ospf authentication message-digest