Switches, Hubs, and Modems
1745847 Members
4205 Online
108723 Solutions
New Discussion юеВ

ProCurve 2626

 
Robert Peirce
Advisor

ProCurve 2626

I have added a second VLAN to my 2626. The configuration is as follows:

hostname "ProCurve Switch 2626"e
snmp-server contact "Robert Peirce"X | Yes Auto Disable
time timezone 1
mirror-port 24
8 1
ip default-gateway 204.68.155.248Disable
ip routing
no timesync10/100TX |
vlan 1
name "DEFAULT_VLAN"
untagged 4-26
ip address 204.68.155.44 255.255.255.0
tagged 1
no untagged 2-3
exit
vlan 2
name "Sys_Admin"
untagged 1-3
ip address 172.168.70.1 255.255.255.0
exit
interface 25
monitor
exit
ip authorized-managers 204.68.155.135 255.255.255.0
ip authorized-managers 204.68.155.102 255.255.255.0
ip authorized-managers 204.68.155.121 255.255.255.0
ip authorized-managers 204.68.155.109 255.255.255.0
primary-vlan 2
password manager
password operator



When I connect to PCs to VLAN 2 (Sys_admin) and assign them 172.168.70.2 and .3 they can ping each other, but can no longer ping any machine on the 204.68.155.0 segment. The port connected to the 204.68.155.0 segment is port 1.

Any help with this will be greatly appreciated.

3 REPLIES 3
Matt Hobbs
Honored Contributor

Re: ProCurve 2626

The clients in VLAN1, is their default gateway set to 204.68.155.44?

If not, you will need to make this change, and then add a default route to your external router,

e.g.
ip route 0.0.0.0/0 204.68.155.1

On the external router you will also need to add routes pointing back to the 172.168.70.0/24 network.
Robert Peirce
Advisor

Re: ProCurve 2626

The default gateway of the 172 vlan connection is 172.168.70.1, which is also the VLAN IP. I fixed the problem of not being able to connect to 204.68.155.x by doing two things. First, I followed your advice and added a static route to our Cisco router and then had to configure port 1 on the ProCurve 2626 as a Trunk.

Thanks for your help.
Robert Peirce
Advisor

Re: ProCurve 2626

The default gateway for VLAN_ID 1 is 204.68.155.248, which is a Cisco router.

The default gateway of the 172 vlan connection is 172.168.70.1, which is also the VLAN IP. I fixed the problem of not being able to connect to 204.68.155.x from VLAN_ID 2 (172.168.70.x) by doing two things. First, I followed your advice and added a static route to our Cisco router and then had to configure port 1 on the ProCurve 2626 as a Trunk.


Thanks for your help.