Configuring Eigrp Interfaces - Cisco IE-4000 Software Configuration Manual

Industrial ethernet switch
Hide thumbs Also See for IE-4000:
Table of Contents

Advertisement

Configuring IP Unicast Routing
Configuring EIGRP
DETAILED STEPS
Command
1.
configure terminal
2.
router eigrp autonomous-system
3.
network network-number
4.
eigrp log-neighbor-changes
5.
metric weights tos k1 k2 k3 k4 k5
6.
offset list [access-list number | name] {in
| out} offset [type number]
7.
no auto-summary
8.
ip summary-address eigrp
autonomous-system-number address
mask
9.
end
10.
show ip protocols
11.
copy running-config startup-config
Use the no forms of these commands to disable the feature or return the setting to the default value.
EXAMPLE
The following example configures EIGRP autonomous system 1 and establishes neighbors through networks 172.16.0.0
and 192.168.0.0:
Switch(config)# router eigrp 1
Switch(config-router)# network 172.16.0.0
Switch(config-router)# network 192.168.0.0

Configuring EIGRP Interfaces

Other optional EIGRP parameters can be configured on an interface basis.
Purpose
Enter global configuration mode.
Enable an EIGRP routing process, and enter router
configuration mode. The AS number identifies the routes
to other EIGRP routers and is used to tag routing
information.
Associate networks with an EIGRP routing process. EIGRP
sends updates to the interfaces in the specified networks.
(Optional) Enable logging of EIGRP neighbor changes to
monitor routing system stability.
(Optional) Adjust the EIGRP metric. Although the defaults
have been carefully set to provide excellent operation in
most networks, you can adjust them.
Caution:
Setting metrics is complex and is not
recommended without guidance from an experienced
network designer.
(Optional) Apply an offset list to routing metrics to
increase incoming and outgoing metrics to routes learned
through EIGRP. You can limit the offset list with an access
list or an interface.
(Optional) Disable automatic summarization of subnet
routes into network-level routes.
(Optional) Configure a summary aggregate.
Return to privileged EXEC mode.
Verify your entries.
For NSF awareness, the output shows:
*** IP Routing is NSF aware ***
EIGRP NSF enabled
(Optional) Save your entries in the configuration file.
841

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ie-5000Ie-4010

Table of Contents