Juniper | Inter-VLAN Routing & Port-Aggregation AE
SWITH - vQFX-RE
CONFIG VLAN
----------------------
set vlans vlan_10 vlan-id 10
set vlans vlan_20 vlan-id 20
set vlans vlan_30 vlan-id 30
!
commit
CONFIG LINK TO-PC
-----------------
edit interfaces xe-0/0/1 unit 0
set family ethernet-switching interface-mode access vlan members 10
top
!
edit interfaces xe-0/0/2 unit 0
set family ethernet-switching interface-mode access vlan members 20
top
!
edit interfaces xe-0/0/3 unit 0
set family ethernet-switching interface-mode access vlan members 30
top
!
commit
VERIFIKASIH:
sh vlans
set interface xe-0/0/0 unit 0 family ethernet-switching interface-mode trunk vlan members 10
set interface xe-0/0/0 unit 0 family ethernet-switching interface-mode trunk vlan members 20
set interface xe-0/0/0 unit 0 family ethernet-switching interface-mode trunk vlan members 30
commit
VERIFIKASI:
run show configuration interfaces xe-0/0/0 | display set
ROUTER-01 - vMX-R1
set interface ge-0/0/0 vlan-tagging
set interface ge-0/0/0 unit 10 vlan-id 10
set interface ge-0/0/0 unit 10 family inet address 192.168.10.254/24
set interface ge-0/0/0 unit 20 vlan-id 20
set interface ge-0/0/0 unit 20 family inet address 192.168.20.254/24
set interface ge-0/0/0 unit 30 vlan-id 30
set interface ge-0/0/0 unit 30 family inet address 192.168.30.254/24
commit
VERIFIKASI:
run show interfaces terse | match ge-0/0/0
run show interface terse
VERIFIKASI:
run ping 192.168.10.254
run ping 192.168.10.254
run ping 192.168.10.254
run ping 192.168.10.254
run show arp
run show ethernet-switching table
!
Posting Komentar untuk "Juniper | Inter-VLAN Routing & Port-Aggregation AE"