Cấu hình SVI interface cho Juniper switch

Mô hình:

Bên cisco:

interface Ethernet0/0
 switchport access vlan 100
 switchport mode access

 

interface Vlan100
 ip address 1.1.1.2 255.255.255.0
no shutdown

Bên Juniper switch:

delete interface xe-0/0/0 unit 0 family inet ##xóa config đang có mặc định


set vlans ketoan vlan-id 100
set interfaces xe-0/0/0 unit 0 family ethernet-switching interface-mode access
set interfaces xe-0/0/0 unit 0 family ethernet-switching vlan members 100

set vlans ketoan l3-interface irb.100

set interfaces irb unit 100 family inet address 1.1.1.1/24

Ping thử sang Cisco thấy OK:

Cisco ping sang Juniper OK:

Bài viết cùng danh mục