Switches, Hubs, and Modems
1752812 Members
5962 Online
108789 Solutions
New Discussion

2910al issues

 
jerrod_1
New Member

2910al issues

Ok let me preface by saying I'm brand new to Procurve networking. My issues is that I cannot get a brand new 2910 to ping or route traffic on our current LAN. I have a couple of vlans setup on the 2910 and inter-vlan routing is occurring inside the switch, but when I try to access our LAN from any vlan it dies. Ping just causes request timed out. Also, how do you set the password of the web gui from CLI. It's asking for a password, but I'm not sure. None of the ones that I've set in the CLI are working for the GUI.

Current config:
hostname "ANX2910-1"
time timezone -6
module 1 type J9148A
ip routing
vlan 1
name "DEFAULT_VLAN"
ip address 192.168.255.252 255.255.0.0
tagged 1-2,5-48
no untagged 3-4
exit
vlan 101
name "Mac"
untagged 4
ip address 172.19.0.1 255.255.255.0
exit
vlan 102
name "Windows"
untagged 3
ip address 172.20.0.1 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 192.168.255.253
no autorun
password manager
password operator
1 REPLY 1
Mark Wibaux
Trusted Contributor

Re: 2910al issues

I assume that the devices on your internal network are hanging off VLAN1. I also would assume that you have them set to use a default gateway of 192.168.255.253. If so does the router at this address know how to get to the networks on VLAN 101 & 102. eg does it have routes created that tell it to get to 172.19.0.0/24 via 192.168.255.252?

As for the password side of things make sure that you create usernames when setting the passwords up via the CLI in the switch. This way when you login via the web interface you can specify a username and a password. If you don't you should still be able to access the web interface by just entering a password with no username.