Back to: Advance Computer Network
0
Simulating OSPF with STUB, NSSA, Restricting LSAs
Initial Setup of Routers :
Simulating Routers:
|
router ospf |
Enables the OSPF routing process in router |
|
area area-id nssa[no redistribution] [default information originate][no-summary][translate type 7 suppress-fa] |
configures an area as not so stubby |
|
area area-id stub [no-summary] |
configures an area as a stub or totally stubby |
|
interface interface-name |
Enters the interface configuration for the specified port |
|
show ip ospf database database-summary |
Summary of database |
|
shutdown |
shut downs the OSPF on that interface |

























