Controlling Advertising And Processing In Routing Updates - 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 Protocol-Independent Features
DETAILED STEPS
Command
1.
configure terminal
2.
router {bgp | rip | ospf | eigrp}
3.
passive-interface interface-id
4.
passive-interface default
5.
no passive-interface interface type
6.
network network-address
7.
end
8.
copy running-config startup-config
Use a network monitoring privileged EXEC command such as show ip ospf interface to verify the interfaces that you
enabled as passive, or use the show ip interface privileged EXEC command to verify the interfaces that you enabled as
active.
To re-enable the sending of routing updates, use the no passive-interface interface-id router configuration command.
EXAMPLE
The following example sends EIGRP updates to all interfaces on network 10.108.0.0 except Ethernet interface 1:
router eigrp 109
network 10.108.0.0
passive-interface ethernet 1
The following example sets all interfaces as passive and then activates Ethernet interface 0:
router ospf 100
passive-interface default
no passive-interface ethernet0
network 10.108.0.1 0.0.0.255 area 0

Controlling Advertising and Processing in Routing Updates

You can use the distribute-list router configuration command with access control lists to suppress routes from being
advertised in routing updates and to prevent other routers from learning one or more routes. When used in OSPF, this
feature applies to only external routes, and you cannot specify an interface name.
You can also use a distribute-list router configuration command to avoid processing certain routes listed in incoming
updates. (This feature does not apply to OSPF.)
BEFORE YOU BEGIN
Configure an access list defining which networks are to be sent or received and which are to be suppressed in
routing updates.
Purpose
Enter global configuration mode.
Enter router configuration mode.
Suppress sending routing updates through the specified
Layer 3 interface.
(Optional) Set all interfaces as passive by default.
(Optional) Activate only those interfaces that need to have
adjacencies sent.
(Optional) Specify the list of networks for the routing
process. The network-address is an IP address.
Return to privileged EXEC mode.
(Optional) Save your entries in the configuration file.
920

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ie-5000Ie-4010

Table of Contents