LAN Routing
1748121 Members
3365 Online
108758 Solutions
New Discussion

switching to 100mb site-site link using routing on 2910al

 
kgcinsight
New Member

switching to 100mb site-site link using routing on 2910al

All,

 

Currently have a Pt-to-Pt DS3 connection terminated onto Cisco 3845 routers.

 

Switching to a 100mb fiber connection and would like to go directly to a Cisco switch at HQ over the 100mb fiber to Remote Office that has two HP2910al switches.

 

While I know I can just extend a VLAN to the Remote Office I would like to use a route so that I can fall back to a VPN connection over DSL/Cable (outside scope of this post).

 

I am having two issues, it seems that the Remote1 switch works fine, the Remote2 switch is not reachable (no management or interfaces).

 

The second issue is that the route just goes away so I am not sure if I have routing setup properly on Remote1.

 

HQ Cisco switch connection to 100mb fiber looks like:

-----HQ-----

interface Vlan159
 ip address 172.19.159.25 255.255.255.248
!
ip route 172.19.161.0 255.255.255.0 172.19.159.30
ip route 172.19.164.0 255.255.255.0 172.19.159.30
ip route 172.19.165.0 255.255.255.0 172.19.159.30
-----HQ-----

 

Remote Office switch 1:

hostname "remote-hp2910-48-00"
module 1 type j9147a
ip dns domain-name "mydomain.com"
ip dns server-address priority 1 172.30.0.38
ip route 0.0.0.0 0.0.0.0 172.19.159.25
ip routing
interface 1
   speed-duplex 100-full
   exit
vlan 1
   name "DEFAULT_VLAN"
   no untagged 1-48
   no ip address
   exit
vlan 159
   name "ROUTING"
   untagged 1-2
   ip address 172.19.159.30 255.255.255.248
   exit
vlan 161
   name "MGMT"
   tagged 48
   ip address 172.19.161.1 255.255.255.0
   exit
vlan 164
   name "ANCILLARY"
   untagged 37-44
   tagged 48
   ip address 172.19.164.1 255.255.255.0
   exit
vlan 165
   name "BUSINESS"
   untagged 3-36
   tagged 48
   ip address 172.19.165.1 255.255.255.0
   ip helper-address 172.30.0.38
   exit
no autorun
password manager
password operator

 

Remote office switch 2:

hostname "remote-hp2910-48-02"
module 1 type j9147a
ip default-gateway 172.19.159.25
vlan 1
   name "DEFAULT_VLAN"
   no untagged 1-48
   no ip address
   exit
vlan 161
   name "MGMT"
   tagged 48
   ip address 172.19.161.2 255.255.255.0
   exit
vlan 164
   name "ANCILLARY"
   untagged 37-44
   tagged 48
   ip address 172.19.164.2 255.255.255.0
   exit
vlan 165
   name "BUSINESS"
   untagged 1-36
   tagged 48
   ip address 172.19.165.2 255.255.255.0
   exit
primary-vlan 161
management-vlan 161
no autorun
password manager
password operator

 

Any comments/suggestions would be great.  I am more familiar with Cisco, so I think I am only missing something easy that I am over looking.

 

Regards,

-kg