Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Two internet connections 1 router/switch

Status
Not open for further replies.

otbfix

MIS
Aug 31, 2003
3
US
I have a Cisco 2611XM with 2 internet links and a 16 port NLM. I have 2 vlans setup on 16 port switch with routes to each internet segment but vlan 2 will not come up. Do I need some sort of bridging setup to get traffic to go out. Will post config soon.
 
Here is the config

hostname
enable secret
ip subnet-zero
process-max-time 200
interface fastEthernet0/0
description Internet Connection 1
ip address xx.xxx.80.30 255.255.255.0
no ip directed-broadcast
no ip route-cache
no fair-queue
no CDP enable
no shutdown
interface Serial0/0
description internet Connection 2
ip address xxx.xx.168.50 255.255.255.252
no ip directed-broadcast
encapsulation HDLC
no ip route-cache
no fair-queue
no CDP enable
no shutdown

interface Vlan1
ip address xxx.xxx.183.91 255.255.255.224
no shutdown
interface Vlan2
ip address xx.xxx.82.129 255.255.255.240
no shutdown
interface fastEthernet1/0
switchport access vlan 1
switchport mode access
no shutdown
interface fastEthernet1/1
switchport access vlan 1
switchport mode access
no shutdown
interface fastEthernet1/2
switchport access vlan 1
switchport mode access
no shutdown
interface fastEthernet1/3
switchport access vlan 1
switchport mode access
no shutdown
interface fastEthernet1/4
switchport access vlan 1
switchport mode access
no shutdown
interface fastEthernet1/5
switchport access vlan 1
switchport mode access
no shutdown
interface fastEthernet1/6
switchport access vlan 1
switchport mode access
no shutdown
interface fastEthernet1/7
switchport access vlan 1
switchport mode access
no shutdown
interface fastEthernet1/8
switchport access vlan 2
switchport mode access
no shutdown
interface fastEthernet1/9
switchport access vlan 2
switchport mode access
no shutdown
interface fastEthernet1/10
switchport access vlan 2
switchport mode access
no shutdown
interface fastEthernet1/11
switchport access vlan 2
switchport mode access
no shutdown
interface fastEthernet1/12
switchport access vlan 2
switchport mode access
no shutdown
interface fastEthernet1/13
switchport access vlan 2
switchport mode access
no shutdown
interface fastEthernet1/14
switchport access vlan 2
switchport mode access
no shutdown
interface fastEthernet1/15
switchport access vlan 2
switchport mode access
no shutdown
router eigrp 1
network xx.xxx.80.0 0.0.0.255
network xxx.x.168.0 0.0.0.255
network xxx.xxx.183.0 0.0.0.255
network xxx.xxx.82.0 0.0.0.255

ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip route 0.0.0.0 0.0.0.0 fastether0/0
line con 0
exec-timeout 0 0
password
login
line vty 0 4
password
login
end
 
I am not too familiar with the 2611XM. Is the 16 port switch integrated into the router?
 
Please can you do a "show ip route"

Can vlan 2 ping all the other interfaces on the router when sourcing the ping from the vlan 2 interface?
 
After long hour working on this problem found out that I needed to Add VLAN 2 to VLAN DB on router. Then everything worked properly.
 
yes vlan trunking would need to be enabled on the router in order to bring up vlan 2 interface.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top