[c-nsp] VRF Configs - Catalyst 3550
Alexandra Alvarado
aaaa at telconet.net
Tue Nov 9 16:56:46 EST 2004
Hello,
Today I have been trying to setup a vrf session between 2 Catalyst 3550 Switches, what with no success!
What's wrong?
Thanks
Alexandra Alvarado
PD: The config is like this:
SWITCH A
----------------
!
ip vrf aaaab
rd 100:1
route-target export 100:1
route-target import 100:1
!
interface FastEthernet0/6
switchport access vlan 200
switchport mode access
switchport nonegotiate
switchport port-security
switchport port-security maximum 10
no cdp enable
spanning-tree bpduguard enable
spanning-tree guard root
end
!
interface Vlan200
ip address 172.16.1.5 255.255.255.252
end
!
interface FastEthernet0/23
no switchport
ip vrf forwarding aaaab
ip address 200.93.195.1 255.255.255.252
no cdp enable
end
!
ip route vrf aaaab 172.16.1.0 255.255.255.252 200.93.195.2
SWITCH B
----------------
!
ip vrf aaaab
rd 100:1
route-target export 100:1
route-target import 100:1
!
interface FastEthernet0/6
switchport access vlan 200
switchport mode access
switchport nonegotiate
switchport port-security
switchport port-security maximum 10
no cdp enable
spanning-tree bpduguard enable
spanning-tree guard root
end
!
interface Vlan200
ip address 172.16.1.2 255.255.255.252
end
!
interface FastEthernet0/23
no switchport
ip vrf forwarding aaaab
ip address 200.93.195.2 255.255.255.252
no cdp enable
end
!
ip route vrf aaaab 172.16.1.4 255.255.255.252 200.93.195.2
More information about the cisco-nsp
mailing list