02-03-2017 11:01 PM - edited 03-05-2019 07:58 AM
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.
Solved! Go to Solution.
02-04-2017 12:22 AM
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
02-03-2017 11:18 PM
Hi,
Please share router running configuration.
Regards,
Deepak Kumar
02-03-2017 11:30 PM
Hi
interface Embedded-Service-Engine0/0
no
shutdown
!
interface GigabitEthernet0/0
duplex auto
speed auto
!
interface GigabitEthernet0/1
no
duplex auto
speed auto
!
interface GigabitEthernet0/1.4
encapsulation dot1Q 4
standby 1
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
standby 1
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
!
interface GigabitEthernet0/2
no
shutdown
duplex auto
speed auto
!
!
no
no
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
02-03-2017 11:42 PM
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 ?
02-04-2017 12:03 AM
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)
02-04-2017 12:22 AM
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
02-04-2017 02:47 AM
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.
02-03-2017 11:22 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide