cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1015
Views
0
Helpful
7
Replies

new internet line in cisco router 2900

mahir1234567892
Level 1
Level 1

hello

I have cisco router 2900 already connection one internet line in port ( interface GigabitEthernet0/1), 

port (interface GigabitEthernet0/0) its free I need to connected new internet line in this interface, after connecting the new line and transfer all routing in the new port internet is down.



1 Accepted Solution

Accepted Solutions

Hello,

it is unclear what yoour physical setup looks like, since you also have HSRP configured.

As I understand it:

Cisco 2900 --> Core Switch --> ASA --> Internet

If that is the case, you need to send all traffic on the Cisco 2900 to the Core. Is 172.16.1.1 the IP address of the Core switch ? What is 192.168.254.254 ? That is where you currently are sending all your traffic. Try and remove the second secondary static route:

ip route 0.0.0.0 0.0.0.0 172.16.1.1
--> no ip route 192.168.0.0 255.255.0.0 192.168.254.254

View solution in original post

7 Replies 7

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

Please share router running configuration.

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

Hi 

interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
ip address dhcp
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/1.4
encapsulation dot1Q 4
ip address 172.16.1.4 255.255.255.248
ip nat outside
ip virtual-reassembly in
standby 1 ip 172.16.1.2
standby 1 timers 254 255
standby 1 priority 117
standby 1 preempt
standby 1 mac-address 0000.aaaa.cc22
standby 1 track 1 decrement 15
!
interface GigabitEthernet0/1.200
encapsulation dot1Q 200
ip address 192.168.200.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
standby 1 ip 192.168.200.200
standby 1 timers 254 255
standby 1 priority 117
standby 1 preempt
standby 1 mac-address 0000.aaaa.cc21
standby 1 track 1 decrement 15
!
interface GigabitEthernet0/1.254
encapsulation dot1Q 254
ip address 192.168.254.160 255.255.255.0
!
interface GigabitEthernet0/2
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
!
no ip http server
no ip http secure-serve

ip route 0.0.0.0 0.0.0.0 172.16.1.1
ip route 192.168.0.0 255.255.0.0 192.168.254.254

Hello,

what else is between your router and the Internet ? Your NAT configuration is incomplete. Can you post a schematic drawing of what your physical setup looks like ?

Hello,

I have tow cisco core switch this core switch it's the first gateway, see below routing table in core switch


ip route 0.0.0.0 0.0.0.0 192.168.201.1

 the ip 192.168.201.1 this fairwall (Cisco ASA)

this routing table in fairwall route (OUTSide 0.0.0.0 0.0.0.0 192.168.200.200 1)

Hello,

it is unclear what yoour physical setup looks like, since you also have HSRP configured.

As I understand it:

Cisco 2900 --> Core Switch --> ASA --> Internet

If that is the case, you need to send all traffic on the Cisco 2900 to the Core. Is 172.16.1.1 the IP address of the Core switch ? What is 192.168.254.254 ? That is where you currently are sending all your traffic. Try and remove the second secondary static route:

ip route 0.0.0.0 0.0.0.0 172.16.1.1
--> no ip route 192.168.0.0 255.255.0.0 192.168.254.254

after remove the routing table --> no ip route 192.168.0.0 255.255.0.0 192.168.254.254

can't able to ping the internet router on the local network. 

Core Switch --> ASA -->Cisco 2900 --> ISP router -- >Internet.

Hello,

make sure CEF is enabled ('ip cef' globally), and that at the very least you have two static routes:

ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0

ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/1

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: