This section allows you to perform diagnostics and monitor route information on NGFW.
To view all routes contained in the default router, use the following command:
Admin@nodename> show network route
Parameter |
Description |
---|---|
ip |
IP address to which you want to display the route. |
node-name |
Select a cluster node. |
connected |
Routes to networks connected directly to NGFW interfaces. These routes are marked with a C in the route list. |
kernel |
Display the routes added by the administrator. These routes are marked with a K in the route list. |
summary |
Number of active connections and FIB (Forwarding Information Base) records. |
ospf |
Display routes received using the OSPF dynamic routing protocol. These routes are marked with a О in the route list. |
bgp |
Display the routes received using the BGP dynamic routing protocol. These routes are marked with an В in the route list. |
rip |
Display the routes received using the RIP dynamic routing protocol. These routes are marked with an R in the route list. |
virtual-router |
Virtual router for which you want to display routes (<vrf-name> | all). |
OSPF Monitoring
To diagnose and monitor OSPF, use the following commands. Display OSPF information:
Admin@nodename> show network ospf ... Admin@nodename> show network ospf <parameter>
Parameter |
Description |
---|---|
node-name |
Select a cluster node. |
virtual-router |
Virtual router for which you want to preview general OSPF information: (<vrf-name> | all). |
route |
Display routes received using the OSPF dynamic routing protocol. |
database |
Display the following information:
|
neighbor |
Display information on neighbors:
Additional parameters:
|
interface |
Display OSPF interface information. Additional parameters:
|
border-routers |
Display information about border routers. |
Restart the OSPF process:
Admin@nodename> clear network ospf <parameter>
Parameter |
Description |
---|---|
interface-name |
The interface name. |
node-name |
Select a cluster node. |
virtual-router |
Virtual router on which you want to restart OSPF (<vrf-name> | all). |
interface |
Interface on which you want to restart the OSPF process (<interface-name>). |
neighbor |
Select neighbors for which the process will be restarted. |
BGP Monitoring
To diagnose and monitor BGP, use the following commands.
Display the router's BGP table:
Admin@nodename> show network bgp ... Admin@nodename> show network bgp <parameter>
Parameter |
Description |
---|---|
node-name |
Select a cluster node. |
virtual-router |
Virtual router for which you want to display routes (<vrf-name> | all). |
ip |
IP address to which you want to display the route. |
statistics |
Display BGP statistics. |
neighbors |
Display information about BGP neighbors (to display information about a specific neighbor, provide its IP address). Additional parameters available to use to specify a neighbor:
|
summary |
Display summary information on neighbors. |
Re-request information from BGP neighbors (TCP session break):
Admin@nodename> clear network bgp
Available parameters:
Parameter |
Description |
---|---|
ip |
IP address of the neighbor to which the connection will be interrupted to update information. |
node-name |
Select a cluster node. |
virtual-router |
Name of the virtual router to which the BGP neighbor belongs. |
In case the neighbor devices support the Route Refresh method you can send a special message like ROUTE REFRESH instead of reinitializing the entire session with the neighbor. You can send this message to update information without interrupting the routing.
To update information without interrupting the session with the neighbor, use the following command:
Admin@nodename> clear network bgp ip <neighbor-ip> soft in | out Admin@nodename> clear network bgp virtual-router <vrf-name> ip <neighbor-ip> soft in | out
RIP Monitoring
To diagnose and monitor RIP, use the following commands.
Display RIP information from the default router table (network address received via RIP, Next Hop address, route metric, route tag to separate internal and external routes, and timeout to invalidate the route if no information about it has been received):
Admin@nodename> show network rip ... Admin@nodename> show network rip <parameter>
Additional available parameters:
Parameter |
Description |
---|---|
node-name |
Select a cluster node. |
status |
Current RIP status: version, timers, filters, routes distributed, etc. |
virtual-router |
Virtual router for which you want to preview RIP route information: <vrf-name> | all. |
Multicast traffic monitoring
To view the multicast traffic routing table on the default router, use the following command:
Admin@nodename> show network mroute ... Admin@nodename> show network mroute <parameter>
Additional available parameters:
Parameter |
Description |
---|---|
node-name |
Select a cluster node. |
count |
Display statistics about the group and the source. |
virtual-router |
Select a virtual router: <vrf-name> | all. |
summary |
Summary of each record in the multicast routing table. |
fill |
Multicast traffic routing table. Additional parameter:
|
ip |
Display the record for a particular IP address (provide the IP address). |
IGMP Monitoring
To monitor IGMP (Internet Group Management Protocol) operation, use the following command (the parameters are required). Display information for the default router:
Admin@nodename> show network igmp <parameters>
Parameters:
Parameter |
Description |
---|---|
node-name |
Select a cluster node. |
virtual-router |
Select a virtual router. |
statistics |
Message statistics:
|
join |
Display information about IGMP groups. |
sources |
Display information about multicast traffic sources. |
groups |
Display the multicast groups received via IGMP protocol. The following information is displayed:
|
interface |
Display the interface information related to multicast routing:
You can specify:
|
PIM Monitoring
To monitor PIM (Protocol-Independent Multicast), use the following command (the parameters are required). Display information for the default router:
Admin@ndename> show network pim <parameter>
Parameters:
Parameter |
Description |
---|---|
node-name |
Select the cluster node for which you want to preview information. |
virtual-router |
Select the virtual router for which you want to preview information. |
vxlan-groups |
Information about VXLAN groups used in multicast. |
statistics |
Protocol statistics. |
join |
Display information about PIM groups. |
neighbor |
Information about the neighbors:
|
next-hop |
Records about the next-hop addresses. |
state |
Information about known S and G routes, IIF (Incoming Interface), and OIL (Outgoing Interface List). |
rp-info |
Display information about the Rendezvous Point (RP), such as the address and allowed ASM groups from this RP. |
interface |
Information about interfaces configured for PIM, such as the interface name and address, DR address, etc. Additional parameters:
|
group-type |
List of allowed group addresses for SSM (Source Specific Multicast). |
secondary |
Display information about the interface by specifying an additional IP address. |