cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
750
Views
0
Helpful
1
Replies

Default Gateway

everestmountain
Level 2
Level 2

I am entering a default gateway on my Cisco 2600 series router, but it does not show up in the routing table. Do you know how to fix this problem?

1 Accepted Solution

Accepted Solutions

dario.didio
Level 9
Level 9

Hi,

on a router you shouldn't use a default gateway (ip default-gateway) but a default route:

ip route 0.0.0.0 0.0.0.0 "ip address of next hop"

HTH,

Dario

View solution in original post

1 Reply 1

dario.didio
Level 9
Level 9

Hi,

on a router you shouldn't use a default gateway (ip default-gateway) but a default route:

ip route 0.0.0.0 0.0.0.0 "ip address of next hop"

HTH,

Dario