Hello,
For purpose learning. I created a VLAN named CAMERA-VLAN (id 999) and created a interface-range named CAMERA-RANGES belong to CAMERA-VLAN
interface-range CAMERA-RANGES {
member-range ge-0/0/0 to ge-0/0/4;
unit 0 {
family ethernet-switching {
vlan {
members CAMERA-VLAN;
}
}
}
VLAN 1 : 192.168.10.x/24
VLAN 999 : IP address belongs ASA zone (IP Addr : 17.126.0.x/16)
Then I plugged the network cable from the asa into the juniper (port 0-4) and PCs worked (have ip address 17.126.0.x ) but
when I type "show vlans" command it shows information as below:
and
show ethernet-switching interfaces
Can anyone help me explain why interface-range CAMERA-RANGES is still VLAN 1.
Thank you.
Sang