-
Authentication
- only offers MD5
- authenticates source of routing update packets
- prevents false routing updates
- ignores malicious routing updates
-
Configure:
-
" #Key Chain 'name' "
-
" #Key 'number' "
- " #Key-String 'text' "
-
"#interface 'interface #' "
- " #ip authentication mode eigrp 'AS #' md5 "
- " #ip authentication Key Chain eigrp 'AS #' 'key chain name' "
-
Configure Key Chain
-
Key Chain ID
- KC ID must match on both routers
- Specify password
- Optional: Accept & Expire Lifetime configuration
-
EIGRP Stubs
-
Types:
-
Receive Only
- Does not advertise networks
-
Connected
- Advertises directly connected networks
-
Static
- Advertises static routes (redistributed)
-
Summary
- Advertises summary routes
-
Redistribute
- Advertises redistributed routes
- Default is : Connected + Summary
-
Commands:
-
" #router eigrp 'AS #'
- " #eigrp stub 'stub type' "
-
Named EIGRP
-
Configured globally
- IOS 15.x
-
Commands:
-
" #router eigrp 'name' "
-
" #address family 'ipv4 or 6' AS 'AS #' "
- " #network 'ip address' "
- " #af-interface 'interface #' "
- " #authentication mode md5 "
- " #authentication key-chain 'key chain name' "