pirateclem
Technical User
I am just starting with routing and am trying to learn. I have a 1760 router that I am trying to enable ospf routing but it does not seem to be working. lets say for example:
fastethernet 0/0 150.1.1.1/25
vlan 1 150.1.1.128/25
fastethernet 0/1 no ip.
faeth 0/0 goes out to the world, vlan 1 is the vlan that the 4 port wic card exists within on the inside of the router, faeth 0/1 is port 1 on the wic card that the rest of my network exists off of.
I have tried this:
enable
conf t
router ospf 1
network 10.1.1.0 0.0.0.255 area 0
//have tried several other variations of the above with different network portions and different masks for care about bits.
Problem is router is still not routing. when I type:
sh ip route
only the two interfaces faeth 0/0 and vlan 1 are listed, both with a C for connected.
when I type:
sh ip route ospf
There is nothing listed. Obviously I am in error with the syntax of my routing enabling command or something else is set in the router not allowing this. I have tried:
ip routing
to enable ip routing and the router just locks up needing to be rebooted.
help please!
fastethernet 0/0 150.1.1.1/25
vlan 1 150.1.1.128/25
fastethernet 0/1 no ip.
faeth 0/0 goes out to the world, vlan 1 is the vlan that the 4 port wic card exists within on the inside of the router, faeth 0/1 is port 1 on the wic card that the rest of my network exists off of.
I have tried this:
enable
conf t
router ospf 1
network 10.1.1.0 0.0.0.255 area 0
//have tried several other variations of the above with different network portions and different masks for care about bits.
Problem is router is still not routing. when I type:
sh ip route
only the two interfaces faeth 0/0 and vlan 1 are listed, both with a C for connected.
when I type:
sh ip route ospf
There is nothing listed. Obviously I am in error with the syntax of my routing enabling command or something else is set in the router not allowing this. I have tried:
ip routing
to enable ip routing and the router just locks up needing to be rebooted.
help please!