ICX-7750 routing and switching concurrently
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 03:35 PM
We've used ICX-7750 switches for a while to support fiber links to all of our campus wings but now we are looking to use the devices to replace our aging router for each school. We were able to configure the port 1 for our WAN link and port 2 for our LAN side and routing everything correctly (we only use simple RIP routing) but ports 20 through 48 go out to our wings that are on the same LAN as port 2. I'm sure there is a simple way to bridge these ports, I'm just not familiar enough with the router software to know how to do it.
Any assistance is greatly appreciated
Any assistance is greatly appreciated
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2019 02:50 PM
I may be getting in over my head now but we do use vlan 1 for network hardware throughout the site so our Brocade switches all have a default of 7 and run ports in dual-mode 1 with the other vlans if phones or student devices are attached.
I've setup my 7750 as follows:
ver 08.0.70dT203
!
stack unit 1
module 1 icx7750-48-xgf-port-management-module
module 2 icx7750-qsfp-6port-qsfp-240g-module
!
!
default-vlan-id 7
!
vlan 1 by port
untagged ethe 1/1/2 to 1/1/48
router-interface ve 1
!
vlan 3 name Students by port
!
vlan 7 name DEFAULT-VLAN by port
!
vlan 100 name WAN by port
untagged ethe 1/1/1
router-interface ve 100
!
!
ip route 0.0.0.0/0 10.34.210.101
ip route 10.34.199.0/24 ve 1
ip route 10.34.210.100/30 ve 100
!
router rip
!
!
interface ethernet 1/1/1
speed-duplex 1000-full
!
interface ve 1
port-name LAN
ip address 10.34.199.1 255.255.255.0
!
interface ve 100
port-name WAN
ip address 10.34.210.102 255.255.255.252
!
!
Had a cisco routers command wrong - I have vlan 1 traffic working now! Moving on to my student and voip vlans.
Thanks for all your assistance!

