Eigrp interface mode commands – Cisco 15327 User Manual

Page 181

Advertising
background image

11-23

Ethernet Card Software Feature and Configuration Guide, R7.2

Chapter 11 Configuring Networking Protocols

Configuring EIGRP

Use the no forms of these commands to disable the feature or return the setting to the default value.

Example 11-8

shows the output for the show ip protocols privileged EXEC command.

Example 11-8

show ip protocols privileged EXEC Command Output (for EIGRP)

Router# show ip protocols

Routing Protocol is "eigrp 1"

Outgoing update filter list for all interfaces is not set

Incoming update filter list for all interfaces is not set

Default networks flagged in outgoing updates

Default networks accepted from incoming updates

EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0

EIGRP maximum hopcount 100

EIGRP maximum metric variance 1

Redistributing: eigrp 1

Automatic network summarization is in effect

Automatic address summarization:

192.168.3.0/24 for POS0

192.168.2.0/24 for FastEthernet0

Maximum path: 4

Routing for Networks:

192.168.2.0

192.168.3.0

Routing Information Sources:

Gateway Distance Last Update

192.168.2.1 90 00:03:16

Distance: internal 90 external 170

EIGRP Interface Mode Commands

Other optional EIGRP parameters can be configured on an interface basis.

Beginning in privileged EXEC mode, follow these steps:

Step 6

Router(config)# offset list

[{

access-list-number | name}

] {

in

|

out

}

offset

[

type-number

]

(Optional) Applies 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.

Step 7

Router(config)# no auto-summary

(Optional) Disables automatic summarization of subnet
routes into network-level routes.

Step 8

Router(config)# ip summary-address

eigrp

autonomous-system-number

address-mask

(Optional) Configures a summary aggregate.

Step 9

Router(config)# end

Returns to privileged EXEC mode.

Step 10

Router# show ip protocols

Verifies your entries.

Step 11

Router# copy running-config

startup-config

(Optional) Saves your entries in the configuration file.

Command

Purpose

Advertising