Hi Guyz,
I have configure local switching on CSRV1k(GNS3). But Im having an issue connecting 2 router interconnection via local switching. Simple diagram is (RTR)<->(CSRV1)<->.
RTR's configuration:
RTR01: int vlan 10 / 192.168.10.200
RTR02: int vlan 10 / 192.168.10.250
CSRV1 Configuration:
Method 1:
interface g1
no ip address
service instance 10 ethernet
encapsulation dot1q 10
bridge-domain 10
no shut
interface g2
no ip address
service instace 10 ethernet
encapsulation dot1q 10
bridge-domain 10
no shut
Method 2: (removed b-domain)
interface g1
no ip address
service instance 10 ethernet
encapsulation dot1q 10
no shut
interface g2
no ip address
service instace 10 ethernet
encapsulation dot1q 10
no shut
l2vpn xconnect context LOC
member Gi1 service-instance 10
member Gi2 service-instance 10
Note: as per checking using l2vpn service all details it up/up local and remote and in method 1 local bridging has the correct interface.
Any idea if there's in correct configuration or is this setup is not support by GNS3.
Thank you
No comments:
Post a Comment