Book now with code EOY2025
Delirious wrote: this is the result of show ip route. 10.0.0.0/32 is subnetted, 1 subnets S 10.96.96.1 [254/0] via 74.75.96.1, FastEthernet4 C 192.168.0.0/24 is directly connected, Vlan1 74.0.0.0/19 is subnetted, 1 subnets C 74.75.96.0 is directly connected, FastEthernet4 S* 0.0.0.0/0 [254/0] via 74.75.96.1 when i try to remove the 10.0.0.0/32 route it tells me that it doesnt exist? maybe im just entering the wrong parameters for the command? no ip route 10.0.0.0 255.0.0.0 any ideas?
tech-airman wrote: Delirious wrote: this is the result of show ip route. 10.0.0.0/32 is subnetted, 1 subnets S 10.96.96.1 [254/0] via 74.75.96.1, FastEthernet4 C 192.168.0.0/24 is directly connected, Vlan1 74.0.0.0/19 is subnetted, 1 subnets C 74.75.96.0 is directly connected, FastEthernet4 S* 0.0.0.0/0 [254/0] via 74.75.96.1 when i try to remove the 10.0.0.0/32 route it tells me that it doesnt exist? maybe im just entering the wrong parameters for the command? no ip route 10.0.0.0 255.0.0.0 any ideas? Delirious, Where in that routing table do you see an EXACT entry for network "10.0.0.0?"
pabloCr84 wrote: Yep, Redgren is right! It's just a heading stating that you subnetted the ip 10.xxx.xxx.xxx. No way to have it removed.
Netstudent wrote: try no ip route 10.96.96.1 255.255.255.255 74.75.96.1 254 or do a show run to see exactly how the route was entered, copy, paste, ctrl+A, type NO. It would probably be best to learn how to enter a static route before you learn how to disable a route. Notice this is a route to a single IP and not to a prefix so I think the subnet mask for the route must have been /32
no ip route 10.96.96.1 255.255.255.255 74.75.96.1
pabloCr84 wrote: Yes, NetStudent is right about that, if you remove the entire static route the heading will be removed also. But I would not enter the 254 at the end of the command. Are you sure it's a brand new router?, it shouldn't have any configuration on its NVRAM. Weird!
pabloCr84 wrote: Please try this command: no ip route 0.0.0.0 0.0.0.0 74.75.96.1
Netstudent wrote: pabloCr84 wrote: Yes, NetStudent is right about that, if you remove the entire static route the heading will be removed also. But I would not enter the 254 at the end of the command. Are you sure it's a brand new router?, it shouldn't have any configuration on its NVRAM. Weird! I think you have an administrative distance of 254. [254/0] A static route with a next hop address should have an AD of 1. So I would go ahead and try the no ip route with the 254 on the end. A set admin distance is usually for floating static routes. no ip route prefix mask {ip-address | interface-type interface-number [ip-address]} [dhcp] [distance] [name next-hop-name] [permanent | track number] [tag tag]http://www.cisco.com/en/US/docs/ios/12_2/iproute/command/reference/1rfindp1.html#wp1054112
Use code EOY2025 to receive $250 off your 2025 certification boot camp!