Quantcast
Channel: All SRX Services Gateway posts
Viewing all articles
Browse latest Browse all 17645

SRX1500 : VLANs without tags ( van

$
0
0

Hi I want to connect 4 servers to 4 ports on the SRX1500 and each port is assigned to VLAN with vlan-id "none" and a irb interface with a subnet to assign IPs to the servers.

 

will the setup work in SRX1500 ? also please check below the irb, vlan and port configuration.

 

IRB:

 

root> show configuration interfaces irb
unit 10 {
family inet {
address 10.10.10.1/24;
}
}

 

VLAN:

 

root> show configuration vlans
TEST {
vlan-id none;
l3-interface irb.10;

 

Interface example for one server:

 

root> show configuration interfaces ge-0/0/1
unit 0 {
family ethernet-switching {
vlan {
members TEST;
}
}
}

root> show vlans

Routing instance   VLAN name            Tag          Interfaces
default-switch            TEST                none

default-switch           default                   1

 

 

thanks


Viewing all articles
Browse latest Browse all 17645

Trending Articles