- Read upgrade procedure
- Release Notes for Cisco ASR 920 Router
- (optional) Cisco IOS and Cisco NX-OS Software Release Reference Guide
- (optional) Cisco Feature Navigator
Tag: asr920
bookmark_borderASR920 – untagged vlan
interface GigabitEthernet0/0/0
no ip address
media-type rj45
negotiation auto
service instance 1 ethernet
encapsulation untagged
bridge-domain 123
!
# gdzie bridge-domain to nasz vlan, który chcemy "odtagować"
bookmark_borderEVC – szybka porada konfiguracyjna
Przed optymalizacją:
interface gigabitethernet2/0/1
service instance 1 ethernet
encapsulation dot1q 1
bridge-domain 1
service instance 2 ethernet
encapsulation dot1q 2
bridge-domain 2
service instance 3 ethernet
encapsulation dot1q 3
bridge-domain 3
Po optymalizacji:
interface gigabitethernet2/0/1
service instance trunk 123 ethernet
rewrite ingress tag pop 1 symmetric
encapsulation dot1q 1-3
bridge-domain from-encapsulation