This section allows you to perform diagnostics and monitor route information on UserGate.
To view all routes contained in the default router, use the following command:
Admin@UGOS> show network route
Parameter |
Description |
---|---|
ip |
IP address to which you want to display the route. |
connected |
Routes to networks connected directly to UserGate interfaces. These routes are marked with a С in the route list. |
kernel |
Display routes added by the administrator. These routes are marked with a К 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 an О in the route list. |
bgp |
Display routes received using the BGP dynamic routing protocol. These routes are marked with a B in the route list. |
rip |
Display 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). |
12.3.6.1. OSPF monitoring¶
To diagnose and monitor OSPF, use the following commands. Display OSPF information:
Admin@UGOS> show network ospf
Parameter |
Description |
---|---|
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@UGOS> clear network ospf
Parameter |
Description |
---|---|
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. |
12.3.6.2. BGP monitoring¶
To diagnose and monitor BGP, use the following commands.
Display the default router's BGP table:
Admin@UGOS> show network bgp
Parameter |
Description |
---|---|
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@UGOS> clear network bgp
Available parameters:
Parameter |
Description |
---|---|
ip |
IP address of the neighbor to which the connection will be interrupted to update information. |
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@UGOS> clear network bgp ip <neighbor-ip> soft in | out
Admin@UGOS> clear network bgp virtual-router <vrf-name> ip <neighbor-ip> soft in | out
12.3.6.3. 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@UGOS> show network rip
Additional available parameters:
Parameter |
Description |
---|---|
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. |
12.3.6.4. Multicast monitoring¶
To view the multicast traffic routing table on the default router, use the following command:
Admin@UGOS> show network mroute
Additional available parameters:
Parameter |
Description |
---|---|
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). |
12.3.6.5. 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@UGOS> show network igmp
Preview information for a specific virtual router or all of them:
Admin@UGOS> show network igmp virtual-router <vrf-name> | all
One of the parameters below should follow:
Parameter |
Description |
---|---|
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:
|
12.3.6.6. PIM monitoring¶
To monitor PIM (Protocol-Independent Multicast), use the following command (the parameters are required). Display information for the default router:
Admin@UGOS> show network pim
Preview information for a specific virtual router or all of them:
Admin@UGOS> show network pim virtual-router <vrf-name> | all
One of the parameters below should follow:
Parameter |
Description |
---|---|
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. |