ijuarez Posted September 24, 2015 Share Posted September 24, 2015 anyone here that is a good with CLI and ICX line of switches. i need help. I have not configure a switch in over a year and when i did it was a cisco switch. So brocade is a whole new animal. Their manuals are hard to follow and there a ton for of help for the icx 66XX. So this is what i need help, these switches are in router code. I have created vlans and assigned ports to them. I also need the switch/router to do dhcp pools for the vlans. This is where i get stuck be cause i'm not sure how to tell the vlan to use the designated pool, anyone with experience please throw me a life saver. added config, login as: admin Using keyboard-interactive authentication. Password: SSH@ICX7450-48 Router>sh Incomplete command. SSH@ICX7450-48 Router>sh run Current configuration: ! ver 08.0.20T213 ! stack unit 1 module 1 icx7450-48-port-management-module module 2 icx7400-xgf-4port-40g-module module 3 icx7400-qsfp-1port-40g-module module 4 icx7400-qsfp-1port-40g-module stack-port 1/3/1 1/4/1 stack unit 2 module 1 icx7450-48-port-management-module module 2 icx7400-xgf-4port-40g-module module 3 icx7400-qsfp-1port-40g-module module 4 icx7400-qsfp-1port-40g-module stack-port 2/3/1 2/4/1 stack enable stack mac cc4e.248c.8940 ! ! ! vlan 1 name DEFAULT-VLAN by port ! vlan 20 name INFRASTRUCTURE by port untagged ethe 1/1/1 to 1/1/32 ! vlan 40 name FLAGSHIP by port untagged ethe 1/1/33 to 1/1/36 ! vlan 50 name JTCORP by port untagged ethe 2/1/1 to 2/1/25 ! vlan 70 name WBC by port untagged ethe 1/1/37 to 1/1/47 ! ! ! ! ! aaa authentication web-server default local aaa authentication login default local boot sys fl sec enable super-user-password ..... enable acl-per-port-per-vlan ip dhcp-server enable ! ip dhcp-server pool 20 dhcp-default-router 192.168.20.1 dns-server 192.168.1.14 lease 5 0 0 network 192.168.20.0 255.255.255.0 deploy ! ! ip dhcp-server pool 40 dhcp-default-router 192.168.40.1 dns-server 192.168.1.14 lease 5 0 0 network 192.168.40.0 255.255.255.0 deploy ! ! ip dhcp-server pool 50 dhcp-default-router 192.168.50.1 dns-server 192.168.1.14 lease 5 0 0 network 192.168.50.0 255.255.255.0 deploy ! ! no telnet server username admin password ..... ! ! no port bootp hitless-failover enable ! ! router rip ! ! ! ! ! ! ! interface management 1 ip address 192.168.1.248 255.255.255.0 ! ! ! ! ! ! ! ! ! end SSH@ICX7450-48 Router> Link to comment
Chris Pollard Posted September 26, 2015 Share Posted September 26, 2015 You probably need to create a layer 3 interface on the vlan. In cisco land you do this by just doing :- int vlan 30 ip address 1.1.1.1 255.255.255.0 A quick google suggests the config for Brocade might be :- interface ve 30 ip address 1.1.1.1/24 The page I found was for an MLX series switch so your mileage may vary.... http://community.brocade.com/t5/Ethernet-Switches-Routers/Logical-SE-SVI-Connection-between-Brocade-MLX-amp-Cisco-4503/td-p/25991 I can't find an online manual for your switch. Link to comment
ijuarez Posted September 29, 2015 Author Share Posted September 29, 2015 You probably need to create a layer 3 interface on the vlan. In cisco land you do this by just doing :- int vlan 30 ip address 1.1.1.1 255.255.255.0 A quick google suggests the config for Brocade might be :- interface ve 30 ip address 1.1.1.1/24 The page I found was for an MLX series switch so your mileage may vary.... http://community.brocade.com/t5/Ethernet-Switches-Routers/Logical-SE-SVI-Connection-between-Brocade-MLX-amp-Cisco-4503/td-p/25991 I can't find an online manual for your switch. If i could give you a thumbs up i would, yes in the brocade world its an virtual etherner. thanks Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.