You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.
Terencio Agozzino edited this page Jun 5, 2018
·
5 revisions
The eigrp feature allows you to configure the EIGRP settings for a router.
EIGRP settings
eigrp:
# Autonomous system number (must be the first line)# Available values:# 1-65535process: 1# Available values:# False: Disable automatic network number summarization# True: Enable automatic network number summarizationauto_summary: False# Supress routing updates on an interfacepassive_interface: Gi0/0# Specifies a neighbor routernetworks:
# <network> <wild card bits>
- network: 192.168.0.0 0.0.0.255
- network: 192.168.1.0 0.0.0.255# Sets load balancing variance# Available values:# 1-128variance: 2