10-24
Cisco ONS 15454 SONET/SDH ML-Series Multilayer Ethernet Card Software Feature and Configuration Guide, R4.0
78-15224-02
Chapter 10 Configuring Networking Protocols
Configuring IP Routing
Use the no forms of these commands to disable the feature or return the setting to the default value.
This is an example of output from the show ip protocols privileged EXEC command 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.
Step 5
Router(config)# metric weights
tos
k1 k2 k3 k4 k5
(Optional) Adjusts the EIGRP metric. Although the defaults
have been carefully determined to provide excellent
operation in most networks, you can adjust them.
Caution Determining metrics is complex and is not
recommended without guidance from an
experienced network designer.
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