11 Examples
network ethernet0/0.21
; -- Ethernet Subinterface Configuration --
ip address 172.16.12.2 255.255.255.0
;
encapsulation dot1q 21
;
exit
;
;
network ethernet0/0.30
; -- Ethernet Subinterface Configuration --
ip address 172.16.30.2 255.255.255.0
;
encapsulation dot1q 30
;
exit
;
Next, define the Spanning Tree instances. Please note, you need to explicitly create the instance associated to the
VLAN.
network ethernet0/0
; -- Ethernet Interface User Configuration --
repeater-switch
; -- Switch User Config --
port 1 stp enable instance 1
port 2 stp enable instance 1
port 2 stp enable instance 2
port 2 stp enable instance 3
port 2 stp enable instance 4
port 4 stp enable instance 1
port 4 stp enable instance 2
port 4 stp enable instance 3
port 4 stp enable instance 4
stp 1 vlan 20
stp 1 bridge-priority 8192
;
stp 2 vlan 21
stp 2 bridge-priority 0
;
stp 3 vlan 30
stp 3 bridge-priority 4096
;
stp 4 vlan 1
;
exit
;
exit
;
Lastly, configure the VLAN in the switch.
feature vlan
; -- VLAN configuration --
enable
;
vlan 20 ethernet0/0 port 2
vlan 20 ethernet0/0 port 4
vlan 20 ethernet0/0 port internal
vlan 21 ethernet0/0 port 2
vlan 21 ethernet0/0 port 4
vlan 21 ethernet0/0 port internal
vlan 30 ethernet0/0 port 2
vlan 30 ethernet0/0 port 4
vlan 30 ethernet0/0 port internal
;
ingress-filter ethernet0/0 port 2
ingress-filter ethernet0/0 port 3
102
Teldat SA
LAN Interfaces
Need help?
Do you have a question about the Dm709-I and is the answer not in the manual?
Questions and answers