Skip to content

Instantly share code, notes, and snippets.

@davidrothera
Created November 29, 2012 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidrothera/4168027 to your computer and use it in GitHub Desktop.
Save davidrothera/4168027 to your computer and use it in GitHub Desktop.
Service Instance example
int GigabitEthernet9/1
service instance 2169 ethernet
description MGMNT
encapsulation dot1q 3503 second-dot1q 2
rewrite ingress tag pop 2 symmetric
bridge-domain 2169
!
service instance 2170 ethernet
description VPN
encapsulation dot1q 3503 second-dot1q 300
rewrite ingress tag pop 2 symmetric
bridge-domain 2170
!
service instance 2171 ethernet
description INET
encapsulation dot1q 3503 second-dot1q 213
rewrite ingress tag pop 2 symmetric
bridge-domain 2171
interface Vlan2169
description MGMNT
ip vrf forwarding MGMNT
ip address 1.1.1.1 255.255.255.252
no ip proxy-arp
!
interface Vlan2170
description VPN
ip vrf forwarding VPN
ip address 1.1.1.1 255.255.255.252
no ip proxy-arp
!
interface Vlan2171
description INET
ip vrf forwarding INET
ip address 1.1.1.1 255.255.255.252
no ip proxy-arp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment