Web Interface
1.
Go to: Network > Routing > OSPF > my_ospf_proc
2.
Select the Debug option
3.
Now enter:
•
Hello Packets: Low
•
Routing Table Manipulation: High
4.
Click OK
The ospf CLI command
The CLI command
ospf
provides various options for examining the behavior of OSPF in real-time
on a particular.
In order to see general OSPF activity on a CLI console, the
-snoop
option can be used:
gw-world:/> ospf -snoop=on
Usually, there is only one
OSPFProcess
defined for a firewall and there is therefore no need to
specify this explicitly in the command. The snooping processes is turned off with:
gw-world:/> ospf -snoop=off
A snapshot of the state of any of the different OSPF components can be displayed. For example,
if an
OSPFInterface
object has the name
ospf_If1
, details about this can be shown with the
command:
gw-world:/> ospf -interface ospf_If1
A similar snapshot can be displayed for areas, neighbors, routes and LSAs.
OSPF interface operation can also be selectively halted and restarted. For example, to stop the
OSPFInterface
called
ospf_If1
, the CLI command would be:
gw-world:/> ospf -ifacedown ospf_If1
To restart the same interface:
gw-world:/> ospf -ifacedown ospf_If1
An entire functioning
OSPFRouteProcess
can also be halted. For example, assuming that there is
only one
OSPFRouteProcess
object defined in the configuration, the CLI command to halt it is:
gw-world:/> ospf -execute=stop
To start the stopped
OSPFRouteProcess
:
gw-world:/> ospf -execute=start
To stop and then start in a single command:
gw-world:/> ospf -execute=restart
Chapter 4: Routing
359
Summary of Contents for NetDefendOS
Page 30: ...Figure 1 3 Packet Flow Schematic Part III Chapter 1 NetDefendOS Overview 30 ...
Page 32: ...Chapter 1 NetDefendOS Overview 32 ...
Page 144: ...Chapter 2 Management and Maintenance 144 ...
Page 284: ...Chapter 3 Fundamentals 284 ...
Page 392: ...Chapter 4 Routing 392 ...
Page 419: ... Host 2001 DB8 1 MAC 00 90 12 13 14 15 5 Click OK Chapter 5 DHCP Services 419 ...
Page 420: ...Chapter 5 DHCP Services 420 ...
Page 573: ...Chapter 6 Security Mechanisms 573 ...
Page 607: ...Chapter 7 Address Translation 607 ...
Page 666: ...Chapter 8 User Authentication 666 ...
Page 775: ...Chapter 9 VPN 775 ...
Page 819: ...Chapter 10 Traffic Management 819 ...
Page 842: ...Chapter 11 High Availability 842 ...
Page 866: ...Default Enabled Chapter 13 Advanced Settings 866 ...
Page 879: ...Chapter 13 Advanced Settings 879 ...