zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Windows Routing

October 12, 2011 by Igor Drobot Leave a Comment

Some very simple and basic windows command line routing commands.
If you are working as a user without administrative permissions, you must execute CMD as Administrator

 

[Read more…]

Filed Under: Networking, Windows Tagged With: CMD, IPv4, Routing, Windows, Windows 7, Windows add route

Cisco OSPF configuration

September 25, 2010 by Igor Drobot Leave a Comment

The command turns on the OSPF routing protocol with a process id of 1. The network line must be added to tell the router which networks will be participating in OSPF. This command can be expanded to include stub areas and not so stubby areas. That is how Cisco refers to it. You can run multiple processes of OSPF using different process ids.

1
2
router(config)# router ospf 1
router(config-router)# network 10.130.0.0 0.0.255.255 area 130

router(config)# router ospf 1 router(config-router)# network 10.130.0.0 0.0.255.255 area 130

Debug OSPF:

1
2
show ip ospf neighbor
show ip ospf interface

show ip ospf neighbor show ip ospf interface

Filed Under: Cisco, Networking Tagged With: OSPF, Routing