Dear Team,
At present Omni switch 6400 is connected to Cisco router 1900, In Omni switch the uplink port is port 24 connected to the router. Now my client wants to replace the cisco router with Firewall and for that he wants Omni switch uplink port 24 to be configured as trunk port. As I am new to Omni switch so can you please help me know with the configuration of Omni switch how to make port 24 as trunk port.
Appreciates your response.
Regards,
Naveen
Trunk Port configuration
-
devnull
Re: Trunk Port configuration
Just add the vlans You wish to transport by
vlan 10 802.1q 1/1
vlan 20 802.1q 1/1
As example to transport vlan 10 and 20 on port 1/1 towards a firewall. Of course the vlans must exist on the switch and be configured on the firewall as well.
vlan 10 802.1q 1/1
vlan 20 802.1q 1/1
As example to transport vlan 10 and 20 on port 1/1 towards a firewall. Of course the vlans must exist on the switch and be configured on the firewall as well.
-
firewall1981
Re: Trunk Port configuration
Thanks Dev.
Please look at the configuration detail of Omni switch and help me to understand how customers connected at different VLAN gets internet service though only single VLAN (20) is passed on uplink port of 6400 Omni switch connected to CISCO router for Internet service. Connection details are as given below
Customer<-------->L2 Switch (unmanaged)<------->Omni switch (Managed) 6400<------->Cisco Router<------->Internet link (ISP)
The scenario is that client has various department and each department is assigned with unique vlan, all department is then connected to L3 6400 managed switch which in actual aggregating traffic of each department, the L3 6400 managed switch is then connected to Cisco router and the port 24 is used at L3 6400 managed switch to connect the Cisco router for internet purpose, if I see Omni switch 6400 configuration it shows that only vlan 20 is passed at uplink port (24) for carrying internet traffic to the cisco router. I am confuse how the other customers are getting internet service who are in different VLAN.
Can any one explain please , Omni switch 6400 configuration as shown below.
system name vxTarget
! Configuration:
! VLAN :
vlan 1 enable name "VLAN 1"
vlan 20 enable name "Server"
vlan 20 port default 1/8
vlan 20 port default 1/9
vlan 20 port default 1/13
vlan 20 port default 1/14
vlan 20 port default 1/15
vlan 20 port default 1/16
vlan 20 port default 1/17
vlan 20 port default 1/18
vlan 20 port default 1/19
vlan 20 port default 1/20
vlan 20 port default 1/21
vlan 20 port default 1/22
vlan 20 port default 1/23
vlan 20 port default 1/24
vlan 21 enable name "Management"
vlan 22 enable name "Account"
vlan 23 enable name "Admin"
vlan 24 enable name "Lab"
vlan 24 port default 1/7
vlan 25 enable name "Gate"
vlan 26 enable name "AVTOS"
vlan 27 enable name "AVTOS_Admin"
! VLAN SL:
! IP :
ip service all
ip interface "Mgmt" address 192.168.10.1 mask 255.255.255.0 vlan 1 ifindex 1
ip interface "Lab" address 192.168.20.1 mask 255.255.255.0 vlan 20 ifindex 2
ip interface "Management" address 192.168.21.1 mask 255.255.255.0 vlan 21 ifindex 3
ip interface "Account" address 192.168.22.1 mask 255.255.255.0 vlan 22 ifindex 4
ip interface "Admin" address 192.168.23.1 mask 255.255.255.0 vlan 23 ifindex 5
ip interface "Service" address 192.168.24.1 mask 255.255.255.0 vlan 24 ifindex 6
ip interface "Gate" address 192.168.25.1 mask 255.255.255.0 vlan 25 ifindex 7
ip interface "vlan-26" address 192.168.26.1 mask 255.255.255.0 vlan 26 ifindex 8
ip interface "vlan-27" address 192.168.27.1 mask 255.255.255.0 vlan 27 ifindex 9
! IPX :
! IPMS :
! AAA :
aaa authentication console "local"
aaa authentication telnet "local"
aaa authentication http "local"
! PARTM :
! AVLAN :
! 802.1x :
! QOS :
qos disable
policy network group netgrp1 192.168.24.0 mask 255.255.255.0
policy condition cond1 source vlan 20 destination network group netgrp1
policy condition cond2 source vlan 24 destination ip 192.168.20.100
policy action act1 disposition drop
policy action act2
policy rule rule1 condition cond1 action act1
policy rule rule2 condition cond2 action act2
qos apply
! Policy manager :
! Session manager :
! SNMP :
! IPv6 :
! IPSec :
ip router router-id 192.168.20.2
ip router primary-address 192.168.20.2
ip static-route 0.0.0.0/0 gateway 192.168.20.2 metric 1
ip static-route 192.168.20.0/24 gateway 192.168.20.1 metric 1
ip static-route 192.168.21.0/24 gateway 192.168.21.1 metric 1
ip static-route 192.168.22.0/24 gateway 192.168.22.1 metric 1
ip static-route 192.168.23.0/24 gateway 192.168.23.1 metric 1
ip static-route 192.168.24.0/24 gateway 192.168.24.1 metric 1
ip static-route 192.168.25.0/24 gateway 192.168.25.1 metric 1
ip static-route 192.168.26.0/24 gateway 192.168.26.1 metric 1
ip static-route 192.168.27.0/24 gateway 192.168.27.1 metric 1
! RIPng :
! Health monitor :
! Interface :
! Udld :
! Port Mapping :
! Link Aggregate :
! VLAN AGG:
! 802.1Q :
vlan 20 802.1q 1/1 "TAG PORT 1/1 VLAN 20"
vlan 21 802.1q 1/1 "TAG PORT 1/1 VLAN 21"
vlan 22 802.1q 1/1 "TAG PORT 1/1 VLAN 22"
vlan 23 802.1q 1/1 "TAG PORT 1/1 VLAN 23"
vlan 24 802.1q 1/1 "TAG PORT 1/1 VLAN 24"
vlan 25 802.1q 1/1 "TAG PORT 1/1 VLAN 25"
vlan 26 802.1q 1/1 "TAG PORT 1/1 VLAN 26"
vlan 27 802.1q 1/1 "TAG PORT 1/1 VLAN 27"
vlan 20 802.1q 1/2 "TAG PORT 1/2 VLAN 20"
vlan 21 802.1q 1/2 "TAG PORT 1/2 VLAN 21"
vlan 22 802.1q 1/2 "TAG PORT 1/2 VLAN 22"
vlan 23 802.1q 1/2 "TAG PORT 1/2 VLAN 23"
vlan 24 802.1q 1/2 "TAG PORT 1/2 VLAN 24"
vlan 25 802.1q 1/2 "TAG PORT 1/2 VLAN 25"
vlan 26 802.1q 1/2 "TAG PORT 1/2 VLAN 26"
vlan 27 802.1q 1/2 "TAG PORT 1/2 VLAN 27"
vlan 20 802.1q 1/3 "TAG PORT 1/3 VLAN 20"
vlan 21 802.1q 1/3 "TAG PORT 1/3 VLAN 21"
vlan 22 802.1q 1/3 "TAG PORT 1/3 VLAN 22"
vlan 23 802.1q 1/3 "TAG PORT 1/3 VLAN 23"
vlan 24 802.1q 1/3 "TAG PORT 1/3 VLAN 24"
vlan 25 802.1q 1/3 "TAG PORT 1/3 VLAN 25"
vlan 26 802.1q 1/3 "TAG PORT 1/3 VLAN 26"
vlan 27 802.1q 1/3 "TAG PORT 1/3 VLAN 27"
vlan 20 802.1q 1/4 "TAG PORT 1/4 VLAN 20"
vlan 21 802.1q 1/4 "TAG PORT 1/4 VLAN 21"
vlan 22 802.1q 1/4 "TAG PORT 1/4 VLAN 22"
vlan 23 802.1q 1/4 "TAG PORT 1/4 VLAN 23"
vlan 24 802.1q 1/4 "TAG PORT 1/4 VLAN 24"
vlan 25 802.1q 1/4 "TAG PORT 1/4 VLAN 25"
vlan 26 802.1q 1/4 "TAG PORT 1/4 VLAN 26"
vlan 27 802.1q 1/4 "TAG PORT 1/4 VLAN 27"
vlan 20 802.1q 1/5 "TAG PORT 1/5 VLAN 20"
vlan 21 802.1q 1/5 "TAG PORT 1/5 VLAN 21"
vlan 22 802.1q 1/5 "TAG PORT 1/5 VLAN 22"
vlan 23 802.1q 1/5 "TAG PORT 1/5 VLAN 23"
vlan 24 802.1q 1/5 "TAG PORT 1/5 VLAN 24"
vlan 25 802.1q 1/5 "TAG PORT 1/5 VLAN 25"
vlan 26 802.1q 1/5 "TAG PORT 1/5 VLAN 26"
vlan 27 802.1q 1/5 "TAG PORT 1/5 VLAN 27"
vlan 20 802.1q 1/6 "TAG PORT 1/6 VLAN 20"
vlan 21 802.1q 1/6 "TAG PORT 1/6 VLAN 21"
vlan 22 802.1q 1/6 "TAG PORT 1/6 VLAN 22"
vlan 23 802.1q 1/6 "TAG PORT 1/6 VLAN 23"
vlan 24 802.1q 1/6 "TAG PORT 1/6 VLAN 24"
vlan 25 802.1q 1/6 "TAG PORT 1/6 VLAN 25"
vlan 26 802.1q 1/6 "TAG PORT 1/6 VLAN 26"
vlan 27 802.1q 1/6 "TAG PORT 1/6 VLAN 27"
vlan 25 802.1q 1/7 "TAG PORT 1/7 VLAN 25"
vlan 25 802.1q 1/8 "TAG PORT 1/8 VLAN 25"
vlan 25 802.1q 1/9 "TAG PORT 1/9 VLAN 25"
vlan 25 802.1q 1/10 "TAG PORT 1/10 VLAN 25"
vlan 25 802.1q 1/11 "TAG PORT 1/11 VLAN 25"
vlan 25 802.1q 1/12 "TAG PORT 1/12 VLAN 25"
! Spanning tree :
bridge mode 1x1
! Bridging :
! Bridging :
! Port mirroring :
! UDP Relay :
ip helper per-vlan only
ip helper address 192.168.20.3 vlan 20
ip helper address 192.168.20.3 vlan 21
ip helper address 192.168.20.3 vlan 22
ip helper address 192.168.20.3 vlan 23
ip helper address 192.168.20.3 vlan 24
! Server load balance :
! System service :
swlog console level info
debug fscollect enable
! SSH :
! Web :
! AMAP :
! LLDP :
! Lan Power :
! NTP :
! RDP :
! VLAN STACKING:
! Ethernet-OAM :
! EFM-OAM :
! ERP :
->
Please look at the configuration detail of Omni switch and help me to understand how customers connected at different VLAN gets internet service though only single VLAN (20) is passed on uplink port of 6400 Omni switch connected to CISCO router for Internet service. Connection details are as given below
Customer<-------->L2 Switch (unmanaged)<------->Omni switch (Managed) 6400<------->Cisco Router<------->Internet link (ISP)
The scenario is that client has various department and each department is assigned with unique vlan, all department is then connected to L3 6400 managed switch which in actual aggregating traffic of each department, the L3 6400 managed switch is then connected to Cisco router and the port 24 is used at L3 6400 managed switch to connect the Cisco router for internet purpose, if I see Omni switch 6400 configuration it shows that only vlan 20 is passed at uplink port (24) for carrying internet traffic to the cisco router. I am confuse how the other customers are getting internet service who are in different VLAN.
Can any one explain please , Omni switch 6400 configuration as shown below.
system name vxTarget
! Configuration:
! VLAN :
vlan 1 enable name "VLAN 1"
vlan 20 enable name "Server"
vlan 20 port default 1/8
vlan 20 port default 1/9
vlan 20 port default 1/13
vlan 20 port default 1/14
vlan 20 port default 1/15
vlan 20 port default 1/16
vlan 20 port default 1/17
vlan 20 port default 1/18
vlan 20 port default 1/19
vlan 20 port default 1/20
vlan 20 port default 1/21
vlan 20 port default 1/22
vlan 20 port default 1/23
vlan 20 port default 1/24
vlan 21 enable name "Management"
vlan 22 enable name "Account"
vlan 23 enable name "Admin"
vlan 24 enable name "Lab"
vlan 24 port default 1/7
vlan 25 enable name "Gate"
vlan 26 enable name "AVTOS"
vlan 27 enable name "AVTOS_Admin"
! VLAN SL:
! IP :
ip service all
ip interface "Mgmt" address 192.168.10.1 mask 255.255.255.0 vlan 1 ifindex 1
ip interface "Lab" address 192.168.20.1 mask 255.255.255.0 vlan 20 ifindex 2
ip interface "Management" address 192.168.21.1 mask 255.255.255.0 vlan 21 ifindex 3
ip interface "Account" address 192.168.22.1 mask 255.255.255.0 vlan 22 ifindex 4
ip interface "Admin" address 192.168.23.1 mask 255.255.255.0 vlan 23 ifindex 5
ip interface "Service" address 192.168.24.1 mask 255.255.255.0 vlan 24 ifindex 6
ip interface "Gate" address 192.168.25.1 mask 255.255.255.0 vlan 25 ifindex 7
ip interface "vlan-26" address 192.168.26.1 mask 255.255.255.0 vlan 26 ifindex 8
ip interface "vlan-27" address 192.168.27.1 mask 255.255.255.0 vlan 27 ifindex 9
! IPX :
! IPMS :
! AAA :
aaa authentication console "local"
aaa authentication telnet "local"
aaa authentication http "local"
! PARTM :
! AVLAN :
! 802.1x :
! QOS :
qos disable
policy network group netgrp1 192.168.24.0 mask 255.255.255.0
policy condition cond1 source vlan 20 destination network group netgrp1
policy condition cond2 source vlan 24 destination ip 192.168.20.100
policy action act1 disposition drop
policy action act2
policy rule rule1 condition cond1 action act1
policy rule rule2 condition cond2 action act2
qos apply
! Policy manager :
! Session manager :
! SNMP :
! IPv6 :
! IPSec :
ip router router-id 192.168.20.2
ip router primary-address 192.168.20.2
ip static-route 0.0.0.0/0 gateway 192.168.20.2 metric 1
ip static-route 192.168.20.0/24 gateway 192.168.20.1 metric 1
ip static-route 192.168.21.0/24 gateway 192.168.21.1 metric 1
ip static-route 192.168.22.0/24 gateway 192.168.22.1 metric 1
ip static-route 192.168.23.0/24 gateway 192.168.23.1 metric 1
ip static-route 192.168.24.0/24 gateway 192.168.24.1 metric 1
ip static-route 192.168.25.0/24 gateway 192.168.25.1 metric 1
ip static-route 192.168.26.0/24 gateway 192.168.26.1 metric 1
ip static-route 192.168.27.0/24 gateway 192.168.27.1 metric 1
! RIPng :
! Health monitor :
! Interface :
! Udld :
! Port Mapping :
! Link Aggregate :
! VLAN AGG:
! 802.1Q :
vlan 20 802.1q 1/1 "TAG PORT 1/1 VLAN 20"
vlan 21 802.1q 1/1 "TAG PORT 1/1 VLAN 21"
vlan 22 802.1q 1/1 "TAG PORT 1/1 VLAN 22"
vlan 23 802.1q 1/1 "TAG PORT 1/1 VLAN 23"
vlan 24 802.1q 1/1 "TAG PORT 1/1 VLAN 24"
vlan 25 802.1q 1/1 "TAG PORT 1/1 VLAN 25"
vlan 26 802.1q 1/1 "TAG PORT 1/1 VLAN 26"
vlan 27 802.1q 1/1 "TAG PORT 1/1 VLAN 27"
vlan 20 802.1q 1/2 "TAG PORT 1/2 VLAN 20"
vlan 21 802.1q 1/2 "TAG PORT 1/2 VLAN 21"
vlan 22 802.1q 1/2 "TAG PORT 1/2 VLAN 22"
vlan 23 802.1q 1/2 "TAG PORT 1/2 VLAN 23"
vlan 24 802.1q 1/2 "TAG PORT 1/2 VLAN 24"
vlan 25 802.1q 1/2 "TAG PORT 1/2 VLAN 25"
vlan 26 802.1q 1/2 "TAG PORT 1/2 VLAN 26"
vlan 27 802.1q 1/2 "TAG PORT 1/2 VLAN 27"
vlan 20 802.1q 1/3 "TAG PORT 1/3 VLAN 20"
vlan 21 802.1q 1/3 "TAG PORT 1/3 VLAN 21"
vlan 22 802.1q 1/3 "TAG PORT 1/3 VLAN 22"
vlan 23 802.1q 1/3 "TAG PORT 1/3 VLAN 23"
vlan 24 802.1q 1/3 "TAG PORT 1/3 VLAN 24"
vlan 25 802.1q 1/3 "TAG PORT 1/3 VLAN 25"
vlan 26 802.1q 1/3 "TAG PORT 1/3 VLAN 26"
vlan 27 802.1q 1/3 "TAG PORT 1/3 VLAN 27"
vlan 20 802.1q 1/4 "TAG PORT 1/4 VLAN 20"
vlan 21 802.1q 1/4 "TAG PORT 1/4 VLAN 21"
vlan 22 802.1q 1/4 "TAG PORT 1/4 VLAN 22"
vlan 23 802.1q 1/4 "TAG PORT 1/4 VLAN 23"
vlan 24 802.1q 1/4 "TAG PORT 1/4 VLAN 24"
vlan 25 802.1q 1/4 "TAG PORT 1/4 VLAN 25"
vlan 26 802.1q 1/4 "TAG PORT 1/4 VLAN 26"
vlan 27 802.1q 1/4 "TAG PORT 1/4 VLAN 27"
vlan 20 802.1q 1/5 "TAG PORT 1/5 VLAN 20"
vlan 21 802.1q 1/5 "TAG PORT 1/5 VLAN 21"
vlan 22 802.1q 1/5 "TAG PORT 1/5 VLAN 22"
vlan 23 802.1q 1/5 "TAG PORT 1/5 VLAN 23"
vlan 24 802.1q 1/5 "TAG PORT 1/5 VLAN 24"
vlan 25 802.1q 1/5 "TAG PORT 1/5 VLAN 25"
vlan 26 802.1q 1/5 "TAG PORT 1/5 VLAN 26"
vlan 27 802.1q 1/5 "TAG PORT 1/5 VLAN 27"
vlan 20 802.1q 1/6 "TAG PORT 1/6 VLAN 20"
vlan 21 802.1q 1/6 "TAG PORT 1/6 VLAN 21"
vlan 22 802.1q 1/6 "TAG PORT 1/6 VLAN 22"
vlan 23 802.1q 1/6 "TAG PORT 1/6 VLAN 23"
vlan 24 802.1q 1/6 "TAG PORT 1/6 VLAN 24"
vlan 25 802.1q 1/6 "TAG PORT 1/6 VLAN 25"
vlan 26 802.1q 1/6 "TAG PORT 1/6 VLAN 26"
vlan 27 802.1q 1/6 "TAG PORT 1/6 VLAN 27"
vlan 25 802.1q 1/7 "TAG PORT 1/7 VLAN 25"
vlan 25 802.1q 1/8 "TAG PORT 1/8 VLAN 25"
vlan 25 802.1q 1/9 "TAG PORT 1/9 VLAN 25"
vlan 25 802.1q 1/10 "TAG PORT 1/10 VLAN 25"
vlan 25 802.1q 1/11 "TAG PORT 1/11 VLAN 25"
vlan 25 802.1q 1/12 "TAG PORT 1/12 VLAN 25"
! Spanning tree :
bridge mode 1x1
! Bridging :
! Bridging :
! Port mirroring :
! UDP Relay :
ip helper per-vlan only
ip helper address 192.168.20.3 vlan 20
ip helper address 192.168.20.3 vlan 21
ip helper address 192.168.20.3 vlan 22
ip helper address 192.168.20.3 vlan 23
ip helper address 192.168.20.3 vlan 24
! Server load balance :
! System service :
swlog console level info
debug fscollect enable
! SSH :
! Web :
! AMAP :
! LLDP :
! Lan Power :
! NTP :
! RDP :
! VLAN STACKING:
! Ethernet-OAM :
! EFM-OAM :
! ERP :
->
