Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

Router1#show running-config ! no service password-encryption ! no service dhcp log record-priority ! ip domain-lookup ! virtual-router VR1 load bgp !

virtual-router VR2 load rip load ipv6 rip ! vrrp vmac enable maximum-paths 8 bridge 1 protocol rstp vlan-bridge ! vlan database vlan 70 bridge 1 name vlan70 vlan 70 bridge 1 state enable vlan 80 bridge 1 name vlan80 vlan 80 bridge 1 state enable vlan 90 bridge 1 name vlan90 vlan 90 bridge 1 state enable vlan 110 bridge 1 name vlan110 vlan 110 bridge 1 state enable vlan 111 bridge 1 name vlan111 vlan 111 bridge 1 state enable vlan 112 bridge 1 name vlan112 vlan 112 bridge 1 state enable ! interface GE_1 mtu 1500 shutdown switchport bridge-group 1 switchport mode hybrid switchport mode hybrid acceptable-frame-type all ! interface GE_2 mtu 1500 no shutdown switchport bridge-group 1 switchport mode hybrid switchport mode hybrid acceptable-frame-type all switchport hybrid allowed vlan add 70 egress-tagged enable switchport hybrid allowed vlan add 80 egress-tagged enable switchport hybrid allowed vlan add 90 egress-tagged enable ! interface GE_3 mtu 1500 shutdown switchport bridge-group 1 switchport mode hybrid

switchport mode hybrid acceptable-frame-type all ! interface GE_4 mtu 1500 no shutdown switchport bridge-group 1 switchport mode hybrid switchport mode hybrid acceptable-frame-type all switchport hybrid allowed vlan add 110 egress-tagged enable switchport hybrid allowed vlan add 111 egress-tagged enable switchport hybrid allowed vlan add 112 egress-tagged enable ! interface lo ip address 127.0.0.1/8 ipv6 address ::1/128 no shutdown ! interface lo.VR1 virtual-router forwarding VR1 ! interface lo.VR2 virtual-router forwarding VR2 ! interface vlan1.1 arp-ageing-timeout 300 no shutdown bandwidth 0 ! interface vlan1.70 arp-ageing-timeout 300 ip address 3.6.70.2/24 ipv6 address fe80::ca35:b8ff:fea9:900d/64 ipv6 address 2001:3:6:70::2/64 no shutdown ip ospf bfd ipv6 router ospf area 0.0.0.0 ! interface vlan1.80 virtual-router forwarding VR1 ! interface vlan1.90 virtual-router forwarding VR2 ! interface vlan1.110 arp-ageing-timeout 300 ip address 3.6.110.1/24 ipv6 address fe80::ca35:b8ff:fea9:900d/64 ipv6 address 2001:3:6:110::1/64 no shutdown ipv6 router ospf area 0.0.0.0 ! interface vlan1.111 virtual-router forwarding VR1 ! interface vlan1.112 virtual-router forwarding VR2 ! router ospf

bfd all-interfaces timers spf exp 500 50000 ! router ospf 1 ospf router-id 1.1.1.3 timers spf exp 500 50000 passive-interface vlan1.110 network 3.6.70.0/24 area 0 network 3.6.110.0/24 area 0 ! router ipv6 ospf router-id 1.1.1.3 passive-interface vlan1.110 timers spf exp 500 50000 ! line con 0 login line vty 0 4 login ! end Router1#

You might also like