Recent additions Flashcards
What are the EIGRP k values, in order?
K1 = Bandwidth modifier K2 = Load modifier K3 = Delay modifier K4 = Reliability modifier K5 = Additional Reliability modifier
3 steps to create a key for use in routing authentication
- Create the key chain
- Create the key
- Set the key string
2 steps to have EIGRP use a key chain in authentication
- Under a given interface, set up authentication for the routing protocol.
- Staying under that same interface, bind the key-chain that will be used to the auth line.
Syntax to create a key chain
conf t
key chain name
Syntax to create a key under a key chain
key #
Syntax to set a text string for a key
key-string text-string
Syntax to set up authentication for eigrp under an interface.
conf t
int gi1/0
ip authentication mode eigrp asn md5
Syntax to bind a key chain to EIGRP authentication
conf t
int gi1/0
ip authentication key-chain eigrp asn key-chain name
Syntax to add automatic summarization to EIGRP
auto-summary
Change the bandwidth or delay on an interface for EIGRP
conf t
int gi1/0
bandwidth value
delay value
Syntax to set the hello and hold timers for EIGRP
conf t
int gi1/0
ip eigrp hello-interval seconds
ip eigrp hold-time seconds
Configuration to allow for unequal cost load balancing in EIGRP
variance multiplier
Syntax to instantiate a DHCP pool
ip dhcp pool pool-name
Syntax to set the lease time for a DHCP pool
lease days hours min
Syntax to set the default gateway for a DHCP pool
default-router IP address
Syntax to set the DNS server for a DHCP pool
dns-server DNS IP
2 versions of the syntax to set the subnet for a DHCP pool
network subnet subnet mask
network subnet /subnet length
Syntax to set the domain name for a DHCP pool
domain-name name
In Frame Relay, what does LMI stand for?
Local Management Interface
What does DLCI stand for?
Data Link Connection Identifier
What encapsulation is set on a serial interface that will connect to a frame relay network?
frame-relay
Syntax to set a serial interface to frame relay encapsulation
conf t
int s1/0
encapsulation frame-relay
2 options for encapsulation frame-relay
- cisco
2. ietf
When leaving off the specific encapsulation type for the command “encapsulation frame-relay”, what is the default?
cisco