No ip routing mode, Example 6-4, Example 6-5 – Cisco 15327 User Manual

Page 102: Example 6-6

Advertising
background image

6-6

Ethernet Card Software Feature and Configuration Guide, R7.2

Chapter 6 Configuring Bridges

No IP Routing Mode

All the interfaces and subinterface belonging to the same bridge-group need consistent configuration
with regard to IP addresses. Either all of the bridge group’s interfaces should be configured with IP
addresses or none of the bridge group’s interfaces should be configured with IP addresses.

Example 6-4

shows ML-Series card interfaces configured in a bridge group with no IP addresses.

Example 6-4

Bridge Group with No IP Address

ip routing

bridge 1 proto rstp

int f0

bridge-group 1

int pos 0

bridge-group 1

Example 6-5

shows ML-Series card interfaces configured with IP addresses but not in a bridge group.

Example 6-5

IP Addresses with No Bridge Group

ip routing

int f0

ip address 10.10.10.2 255.255.255.0

int pos 0

ip address 20.20.20.2 255.255.255.0

Example 6-6

shows ML-Series card interfaces configured with IP addresses and in a bridge group.

Example 6-6

IP Addresses with Bridge Group

ip routing

bridge 1 proto rstp


int f0

ip address 10.10.10.2 255.255.255.0

bridge-group 1


int pos 0

ip address 20.20.20.2 255.255.255.0

bridge-group 1

No IP Routing Mode

The no IP routing mode bridges all packets, both IP and non-IP, and prevents routing. Although Cisco
IOS can use the IP addresses for interfaces configured as management ports, it will not route between
these IP addresses.

The global command no ip routing enables this feature, and enabling no ip routing disables the other
modes.

The following rules help describe packet handling in this mode:

An input interface or subinterface configured with only a bridge-group and no ip addresses bridges
all packets (

Example 6-7

).

Advertising