Cisco 15327 User Manual

Page 205

Advertising
background image

13-5

Ethernet Card Software Feature and Configuration Guide, R7.2

Chapter 13 Configuring VRF Lite

VRF Lite Configuration Example

bridge 1 protocol ieee

bridge 2 protocol ieee

bridge 3 protocol ieee

!

!

interface FastEthernet0

no ip address

!

interface FastEthernet0.1

encapsulation dot1Q 2

ip vrf forwarding customer_a

ip address 192.168.4.1 255.255.255.0

bridge-group 2

!

interface FastEthernet1

no ip address

!

interface FastEthernet1.1

encapsulation dot1Q 3

ip vrf forwarding customer_b

ip address 192.168.5.1 255.255.255.0

bridge-group 3

!

interface POS0

no ip address

crc 32

no cdp enable

pos flag c2 1

!

interface POS0.1

encapsulation dot1Q 1 native

ip address 192.168.50.2 255.255.255.0

bridge-group 1

!

interface POS0.2

encapsulation dot1Q 2

ip vrf forwarding customer_a

ip address 192.168.100.2 255.255.255.0

bridge-group 2

!

interface POS0.3

encapsulation dot1Q 3

ip vrf forwarding customer_b

ip address 192.168.200.2 255.255.255.0

bridge-group 3

!

router ospf 1

log-adjacency-changes

network 192.168.50.0 0.0.0.255 area 0

!

router ospf 2 vrf customer_a

log-adjacency-changes

network 192.168.4.0 0.0.0.255 area 0

network 192.168.100.0 0.0.0.255 area 0

!

router ospf 3 vrf customer_b

log-adjacency-changes

network 192.168.5.0 0.0.0.255 area 0

network 192.168.200.0 0.0.0.255 area 0

!

Advertising