Switches, Hubs, and Modems
1748089 Members
4892 Online
108758 Solutions
New Discussion юеВ

Re: WESM default gateway ip address

 
marvan_1
Occasional Contributor

WESM default gateway ip address

what should be the default gateway ip on WESM installed on a 8212 zl switch?

thanks in advance
2 REPLIES 2
Jeff Carrell
Honored Contributor

Re: WESM default gateway ip address

hmmm...depends on if vlan1 on the 8212 is configured with an ip addr & dhcp-helper, and you have a dhcp server config for vlan1 subnet...

the wesm is set as dhcp client in vlan1, otherwise you have to access it and assign its vlan1 ip addr and def g/w...

just in case you need it:

Switch(config)# wireless-services f
Switch(wireless-services-F)# show ip interface
[this will indicate what the wesm has for ip addr]


otherwise, to config follow these steps:

Switch(wireless-services-F)# configure terminal
Switch(wireless-services-F)(config)# interface vlan1
Switch(wireless-services-F)(config-if)# ip address /
Switch(wireless-services-F)(config-if)# exit
Switch(wireless-services-F)(config)# ip default-gateway
Switch(wireless-services-F)(config)# exit Switch(wireless-services-F)# write memory
---

hth...jeff

marvan_1
Occasional Contributor

Re: WESM default gateway ip address

Thanks Jeff..