ON THIS PAGE
Juniper BNG User Plane CLI Operational Commands
This topic provides an overview of clear, request,
restart, and show commands, including syntax,
option descriptions, and sample output. You use these commands with Juniper BNG User
Planes.
restart bbe-cpcdd-dbng
Syntax
restart bbe-cpcdd-dbng
Description
Restarts the captive portal content delivery process for the routing engine.
Options
This command does not have any options.
Required Privilege Level
root
Output Fields
When you enter this command, you receive feedback on the status of your request.
Sample Output
restart bbe-cpcdd-dbng
user@host> restart bbe-cpcdd-dbng Captive-portal-content-delivery process for RE started, pid 67476
restart bbe-upm-daemon
Syntax
restart bbe-upm-daemon
Description
Restarts the BNG User Plane manager daemon.
Options
This command does not have any options.
Required Privilege Level
root
Output Fields
When you enter this command, you receive feedback on the status of your request.
Sample Output
restart bbe-upm-daemon
user@host> restart bbe-upm-daemon Control Plane Manager for dBNG started, pid <process-id>
restart gtp-proxy-service
Syntax
restart gtp-proxy-service
Description
Restarts the BNG User Plane's GPRS tunneling protocol (GTP) proxy service.
Options
This command does not have any options.
Required Privilege Level
root
Output Fields
When you enter this command, you receive feedback on the status of your request.
Sample Output
restart gtp-proxy-service
user@host> restart gtp-proxy-service User Plane GTP Protocol Proxy started, pid 18832
restart pfcp-proxy-service
Syntax
restart pfcp-proxy-service
Description
Restarts the BNG User Plane's Packet Forwarding Control Protocol (PFCP) proxy service.
Options
This command does not have any options.
Required Privilege Level
root
Output Fields
When you enter this command, you receive feedback on the status of your request.
Sample Output
restart pfcp-proxy-service
user@host> restart pfcp-proxy-service User Plane PFCP Protocol Proxy started, pid 18840
restart subscriber-helper-service
Syntax
restart subscriber-helper-service
Description
Restarts the enhanced BBE helper BNG User Plane process. This command runs on the BNG User Plane.
Options
This command does not have any options.
Required Privilege Level
root
Output Fields
When you enter this command, you receive feedback on the status of your request.
Sample Output
restart subscriber-helper-service
user@host> restart subscriber-helper-service Enhanced BBE helper user plane process started, pid 18750
restart subscriber-statistics-service
Syntax
restart subscriber-statistics-service
Description
Restarts the statistics service daemon for the BNG CUPS Controller. This command runs on the BNG User Plane.
Options
This command does not have any options.
Required Privilege Level
root
Output Fields
When you enter this command, you receive feedback on the status of your request.
Sample Output
restart subscriber-statistics-service
user@host> restart subscriber-statistics-service Statistics Services Daemon for dBNG started, pid 18764
restart up-smg-service
Syntax
restart up-smg-service
Description
Restarts the enhanced session management BNG User Plane process. This command runs on the BNG User Plane.
Options
This command does not have any options.
Required Privilege Level
root
Output Fields
When you enter this command, you receive feedback on the status of your request.
Sample Output
restart up-smg-service
user@host> restart up-smg-service Enhanced Session Management user plane process started, pid 18585
restart upm-service
Syntax
restart upm-service
Description
Restarts the BNG User Plane manager. This command runs on the BNG User Plane.
Options
This command does not have any options.
Required Privilege Level
root
Output Fields
When you enter this command, you receive feedback on the status of your request.
Sample Output
restart upm-service
user@host> restart upm-service User Plane Manager for dBNG started, pid 18571
show igmp group
Syntax
show igmp group
Description
Display Internet Group Management Protocol (IGMP) group membership information. This command runs on BNG User Planes.
Required Privilege Level
view
Output Fields
Table 1 describes the
output fields for the show igmp group command. Output fields
are listed in the approximate order in which they appear.
|
Field Name |
Field Description |
|---|---|
|
Interface |
Name of the interface that received the IGMP membership report. A name of local indicates that the local routing device joined the group itself. |
|
Group |
Group address. |
|
Group Mode |
Mode the SSM group is operating in: Include or Exclude. |
|
Source |
Source address. |
|
Source timeout |
Time remaining until the group traffic is no longer forwarded. The timer is refreshed when a listener in include mode sends a report. A group in exclude mode or configured as a static group displays a zero timer. |
|
Last reported by |
Address of the host that last reported membership in this group. |
|
Timeout |
Time remaining until the group membership is removed. |
|
Group timeout |
Time remaining until a group in exclude mode moves to include mode. The timer is refreshed when a listener in exclude mode sends a report. A group in include mode or configured as a static group displays a zero timer. |
|
Type |
Type of group membership:
|
Sample Output
show igmp group
user@host> show igmp group
Interface: pp0.3221225481, Groups: 1
Group: 225.0.0.1
Group mode: Exclude
Source: 0.0.0.0
Last reported by: 100.1.1.2
Timeout: 232 Type: Dynamic
Interface: demux0.2147483652, Groups: 1
Group: 225.0.0.1
Group mode: Exclude
Source: 0.0.0.0
Last reported by: Local
Timeout: 0 Type: ROUTE
Interface: local, Groups: 2
Group: 224.0.0.2
Source: 0.0.0.0
Last reported by: Local
Timeout: 0 Type: Dynamic
Group: 224.0.0.22
Source: 0.0.0.0
Last reported by: Local
Timeout: 0 Type: Dynamic
show igmp statistics
Syntax
show igmp statistics <continuous>
Description
Display Internet Group Management Protocol (IGMP) statistics.
By default, Junos OS multicast devices collect statistics of received and transmitted IGMP control messages that reflect currently active multicast group subscribers.
Some devices also automatically maintain continuous IGMP statistics
globally on the device in addition to the default active subscriber
statistics—these are persistent, continuous statistics of received and
transmitted IGMP control packets that account for both past and current
multicast group subscriptions processed on the device. With continuous
statistics, you can see the total count of IGMP control packets the device
processed since the last device reboot or clear igmp statistics
continuous command. The device collects and displays continuous
statistics only for the fields shown in the IGMP packet
statistics output section of this command, and does not display the
IGMP Global statistics section.
Devices that support continuous statistics maintain this information in a shared database and copy it to the backup Routing Engine at a configurable interval to avoid too much processing overhead on the Routing Engine. These actions preserve statistics counts across the following events or operations (which doesn’t happen for the default active subscriber statistics):
-
Routing daemon restart
-
Graceful Routing Engine switchover (GRES)
-
In-service software upgrade (ISSU)
-
Line card reboot
You can change the default interval (300 seconds) using the
cont-stats-collection-interval configuration statement at
the [edit routing-options multicast] hierarchy level.
You can display either the default currently active subscriber statistics or
continuous subscriber statistics (if supported), but not both at the same time.
Include the continuous option to display continuous statistics,
otherwise the command displays the statistics only for active subscribers.
Run the clear igmp statistics command to clear the currently
active subscriber statistics. On devices that support continuous statistics, run
the clear command with the continuous option to clear all
continuous statistics. You must run these commands separately to clear both
types of statistics because the device maintains and clears the two types of
statistics separately.
The show igmp statistics command runs on BNG User
Planes.
Options
| none |
Display IGMP statistics for all interfaces. These statistics represent currently active subscribers. |
| brief | detail |
(Optional) Display the specified level of output. |
| continuous |
(Optional) Display continuous IGMP statistics that account for both past and current multicast group subscribers instead of the default statistics that only reflect currently active subscribers. |
Required Privilege Level
view
Output Fields
Table 2 describes
the output fields for the show igmp statistics command. Output
fields are listed in the approximate order in which they appear.
|
Field Name |
Field Description |
|---|---|
|
|
Heading for IGMP packet statistics for all interfaces or for the specified interface name. Note:
Shows currently active subscriber statistics in this
section by default, or when the command includes the
|
|
|
Summary of IGMP statistics:
|
|
|
Number of messages received. |
|
|
Number of messages sent. |
|
|
Number of received packets that contained errors. |
|
|
Maximum number of IGMP packets received during 1 second interval. |
|
|
Summary of IGMP statistics for all interfaces. Note:
These statistics are not supported or displayed with the
|
Sample Output
show igmp statistics
user@host> show igmp statistics IGMP packet statistics for all interfaces IGMP Message type Received Sent Rx errors Membership Query 0 2 0 V1 Membership Report 0 0 0 DVMRP 0 0 0 PIM V1 0 0 0 Cisco Trace 0 0 0 V2 Membership Report 0 0 0 Group Leave 0 0 0 Mtrace Response 0 0 0 Mtrace Request 0 0 0 Domain Wide Report 0 0 0 V3 Membership Report 2 0 0 Other Unknown types 0 IGMP v3 unsupported type 0 IGMP v3 source required for SSM 0 IGMP v3 mode not applicable for SSM 0 IGMP Global Statistics Bad Length 2 Bad Checksum 0 Bad Receive If 4878 Rx non-local 6 Timed out 6 Rejected Report 0 Total Interfaces 2 Max Rx rate (pps) 58
show igmp statistics continuous
user@host> show igmp statistics continuous IGMP packet statistics for all interfaces IGMP Message type Received Sent Rx errors Membership Query 0 6932 0 V1 Membership Report 0 0 0 DVMRP 0 0 0 PIM V1 0 0 0 Cisco Trace 0 0 0 V2 Membership Report 0 0 0 Group Leave 0 0 0 Mtrace Response 0 0 0 Mtrace Request 0 0 0 Domain Wide Report 0 0 0 V3 Membership Report 6 0 0 Other Unknown types 0 IGMP v3 unsupported type 0 IGMP v3 source required for SSM 0 IGMP v3 mode not applicable for SSM 0
show mld group
Syntax
show mld group
Description
Display information about Multicast Listener Discovery (MLD) group membership. This command runs on BNG User Planes.
Required Privilege Level
view
Output Fields
Table 3 describes the output
fields for the show mld group command. Output fields are listed
in the approximate order in which they appear.
|
Field Name |
Field Description |
|---|---|
|
Interface |
Name of the interface that received the MLD membership report; local means that the local router joined the group itself. |
|
Group |
Group address. |
|
Source |
Source address. |
|
Group Mode |
Mode the SSM group is operating in: Include or Exclude. |
|
Last reported by |
Address of the host that last reported membership in this group. |
|
Source timeout |
Time remaining until the group traffic is no longer forwarded. The timer is refreshed when a listener in include mode sends a report. A group in exclude mode or configured as a static group displays a zero timer. |
|
Timeout |
Time remaining until the group membership is removed. |
|
Group timeout |
Time remaining until a group in exclude mode moves to include mode. The timer is refreshed when a listener in exclude mode sends a report. A group in include mode or configured as a static group displays a zero timer. |
|
Type |
Type of group membership:
|
Sample Output
show mld group
user@host> show mld group
Interface: pp0.3221225483, Groups: 2
Group: ff1e::1
Group mode: Exclude
Source: ::
Last reported by: fe80::e
Timeout: 243 Type: Dynamic
Group: ff1e::2
Group mode: Exclude
Source: ::
Last reported by: fe80::e
Timeout: 249 Type: Dynamic
Interface: demux0.2147483653, Groups: 2
Group: ff1e::1
Group mode: Exclude
Source: ::
Last reported by: Local
Timeout: 0 Type: ROUTE
Group: ff1e::2
Group mode: Exclude
Source: ::
Last reported by: Local
Timeout: 0 Type: ROUTE
Interface: local, Groups: 4
Group: ff02::2
Source: ::
Last reported by: Local
Timeout: 0 Type: Dynamic
Group: ff02::16
Source: ::
Last reported by: Local
Timeout: 0 Type: Dynamic
Group: ff02::1:2
Source: ::
Last reported by: Local
Timeout: 0 Type: Dynamic
Group: ff05::1:3
Source: ::
Last reported by: Local
Timeout: 0 Type: Dynamic
show mld statistics
Syntax
show mld statistics <continuous>
Description
Display information about Multicast Listener Discovery (MLD) statistics.
By default, Junos OS multicast devices collect statistics of received and transmitted MLD control messages that reflect currently active multicast group subscribers.
Some devices also automatically maintain continuous MLD statistics
globally on the device in addition to the default active subscriber
statistics—these are persistent, continuous statistics of received and
transmitted MLD control packets that account for both past and current multicast
group subscriptions processed on the device. With continuous statistics, you can
see the total count of MLD control packets the device processed since the last
device reboot or clear mld statistics continuous command. The
device collects and displays continuous statistics only for the fields shown in
the MLD packet statistics... output section of this command,
and does not display the MLD Global statistics section.
Devices that support continuous statistics maintain this information in a shared database and copy it to the backup Routing Engine at a configurable interval to avoid too much processing overhead on the Routing Engine. These actions preserve statistics counts across the following events or operations (which doesn’t happen for the default active subscriber statistics):
-
Routing daemon restart
-
Graceful Routing Engine switchover (GRES)
-
In-service software upgrade (ISSU)
-
Line card reboot
You can change the default interval (300 seconds) using the
cont-stats-collection-interval configuration statement at
the [edit routing-options multicast] hierarchy level.
You can display either the default currently active subscriber statistics or
continuous subscriber statistics (if supported), but not both at the same time.
Include the continuous option to display continuous statistics,
otherwise the command displays the statistics only for currently active
subscribers.
Run the clear mld statistics command to clear the currently
active subscriber statistics. On devices that support continuous statistics, run
the clear command with the continuous option to clear all
continuous statistics. You must run these commands separately to clear both
types of statistics because the device maintains and clears the two types of
statistics separately.
The show mld statistics command runs on BNG User Planes.
Options
| none |
Display MLD statistics for all interfaces. These statistics represent currently active subscribers. |
| continuous |
(Optional) Display continuous MLD statistics that account for both
past and current multicast group subscribers instead of the default
statistics that only reflect currently active subscribers. This
option is not available with the |
Required Privilege Level
view
Output Fields
Table 4 describes
the output fields for the show mld statistics command. Output
fields are listed in the approximate order in which they appear.
|
Field Name |
Field Description |
|---|---|
|
MLD Packet Statistics... |
Heading for MLD packet statistics for all interfaces or for the specified interface name. Note:
Shows currently active subscriber statistics in this
section by default, or when the command includes the
|
|
Received |
Number of received packets. |
|
Sent |
Number of transmitted packets. |
|
Rx errors |
Number of received packets that contained errors. |
|
MLD Message type |
Summary of MLD statistics.
|
|
MLD Global Statistics |
Summary of MLD statistics for all interfaces. Note:
These statistics are not supported or displayed with the
|
Sample Output
show mld statistics
user@host> show mld statistics MLD packet statistics for all interfaces MLD Message type Received Sent Rx errors Listener Query (v1/v2) 0 3 0 Listener Report (v1) 0 0 0 Listener Done (v1/v2) 0 0 0 Listener Report (v2) 7 0 0 Other Unknown types 0 MLD v2 unsupported type 0 MLD v2 source required for SSM 0 MLD v2 mode not applicable for SSM 0 MLD Global Statistics Bad Length 1 Bad Checksum 0 Bad Receive If 26 Rx non-local 0 Timed out 4 Rejected Report 0 Max Rx rate (pps) 4 Total Interfaces 2
show mld statistics continuous
user@host> show mld statistics continuous MLD packet statistics for all interfaces MLD Message type Received Sent Rx errors Listener Query (v1/v2) 0 5 0 Listener Report (v1) 0 0 0 Listener Done (v1/v2) 0 0 0 Listener Report (v2) 9 0 0 Other Unknown types 0 MLD v2 unsupported type 0 MLD v2 source required for SSM 0 MLD v2 mode not applicable for SSM 0
show system subscriber-management arp
Syntax
show system subscriber-management arp <address ip-address> <interface interface-name>
Description
Displays IPv4 to MAC address bindings (Address Resolution Protocol).
Options
| none |
Displays the entries in the ARP table. |
address ip-address |
(Optional) Displays information about ARP for the specified IPv4 address. |
interface interface-name |
(Optional) Displays information about ARP for the specified interface. |
Required Privilege Level
view
Output Fields
Table 5 lists the output fields
for the show system subscriber-management arp command. Output
fields are listed in the approximate order in which they appear.
|
Field Name |
Field Description |
|---|---|
|
|
Media access control (MAC) address that corresponds to the IP address. |
|
|
IP address that corresponds to the hostname. |
|
|
Host name. |
|
|
Interface name. |
|
|
Indicates how mappings between IP and MAC addresses are defined:
|
Sample Output
- show system subscriber-management arp
- show system subscriber-management arp address ip-address
- show system subscriber-management arp interface interface-name
show system subscriber-management arp
user@host> show system subscriber-management arp MAC Address Address Name Interface Flags 00:00:11:11:11:11 100.16.0.1 100.16.0.1 demux0.3222274078 permanent 00:00:11:11:11:14 100.16.0.2 100.16.0.2 demux0.3222274079 permanent
show system subscriber-management arp address ip-address
user@host> show system subscriber-management arp address 100.16.0.1 MAC Address Address Name Interface Flags 00:00:11:11:11:11 100.16.0.1 100.16.0.1 demux0.3222274078 permanent
show system subscriber-management arp interface interface-name
user@host> show system subscriber-management arp interface demux0.3222274078 MAC Address Address Name Interface Flags 00:00:11:11:11:11 100.16.0.1 100.16.0.1 demux0.3222274078 permanent
show system subscriber-management ipv6-neighbors
Syntax
show system subscriber-management ipv6-neighbors <address ip-address> <interface interface-name>
Description
Displays IPv6 to MAC address bindings (neighbor cache).
Options
| none |
Displays the entries in the IPv6 table. |
address ip-address |
(Optional) Display information about IPv6 for the specified IPv6 address. |
interface interface-name |
(Optional) Display information about IPv6 for the specified interface. |
Required Privilege Level
view
Output Fields
Table 6 lists the output fields
for the show system subscriber-management ipv6-neighbors
command. Output fields are listed in the approximate order in which they appear.
|
Field Name |
Field Description |
|---|---|
|
|
The IPv6 address. |
|
|
Link-layer address. |
|
|
State of the link:
|
|
|
Number of seconds until the entry expires. It will be zero for permanent entries. |
|
|
Whether the neighbor is a routing, device
( |
|
|
Whether this entry was created using the Secure Neighbor Discovery (SEND) protocol. |
|
|
Interface name. |
Sample Output
- show system subscriber-management ipv6-neighbors
- show system subscriber-management ipv6-neighbors address ip-address
- show system subscriber-management ipv6-neighbors interface interface-name
show system subscriber-management ipv6-neighbors
user@host> show system subscriber-management ipv6-neighbors IPv6 Address Linklayer Address State Exp Rtr Secure Interface 1000::e3 00:00:11:11:11:ea reachable 0 no no demux0.3222274295 1000::1e6 00:00:11:11:12:ec reachable 0 no no demux0.3222274551
show system subscriber-management ipv6-neighbors address ip-address
user@host> show system subscriber-management ipv6-neighbors address 1000::e3 IPv6 Address Linklayer Address State Exp Rtr Secure Interface 1000::e3 00:00:11:11:11:ea reachable 0 no no demux0.3222274295 1000::1e6 00:00:11:11:12:ec reachable 0 no no demux0.3222274551
show system subscriber-management ipv6-neighbors interface interface-name
user@host> show system subscriber-management ipv6-neighbors interface demux0.3222274295 IPv6 Address Linklayer Address State Exp Rtr Secure Interface 1000::e3 00:00:11:11:11:ea reachable 0 no no demux0.3222274295
show system subscriber-management routing-instance
Syntax
show system subscriber-management routing-instance <routing-instance-name>
Description
Displays the state of the routing instances. The state of the routing instance can be either connected or isolated.
Options
| routing-instance-name |
(Optional) Displays the state of the specified routing instance. |
Required Privilege Level
view
Output Fields
Table 7 lists the output fields for the show system subscriber-management
routing-instance command. Output fields are listed in the
approximate order in which they appear.
|
Field Name |
Field Description |
|---|---|
|
|
Name of the routing instance. |
|
|
The state of the routing instance. The state can be either connected or isolated. |
Sample Output
- show system subscriber-management routing-instance
- show system subscriber-management routing-instance
show system subscriber-management routing-instance
user@host> show system subscriber-management routing-instance Routing Instance Name State default connected
show system subscriber-management routing-instance
user@host> show system subscriber-management routing-instance example-1 Routing Instance Name State example-1 connected
show system subscriber-management user-plane
Syntax
show system subscriber-management user-plane <associations> <clients> <control-plane bng-cups-controller-name> <endpoint endpoint-name> <services> <service service-name> <routing-instance routing-instance-name> <upm>
Description
Displays statistics for the specified option. This command runs on the BNG User Plane.
Options
associations |
Displays the BNG CUPS Controller that is associated to the BNG User Plane. Lists information about the BNG CUPS Controller association including the control plane instance name, its address, state, the time the association was formed and the number of times the association was updated. |
|
clients |
Displays information about each client that interacts with the user plane manager. |
|
control-plane bng-cups-controller-name
endpoint endpoint-name |
Options:
|
|
services |
Displays a list of BNG User Plane services. |
Option:
|
upm |
Displays summary information about the user plan manager. |
Required Privilege Level
root
Output Fields
Table 8 lists the output fields for the
show system subscriber-management user-plane command.
|
Field Name |
Field Description |
|---|---|
|
|
The name of the BNG User Plane. |
|
|
The name, IP address, port, and protocol of the BNG CUPS Controller that the BNG User Plane is associated to. |
|
|
The number of clients attach to the BNG User Plane. |
|
|
The number of associations, disassociations, and association updates that have occurred to the associated BNG CUPS Controller. |
|
|
Name of the BNG CUPS Controller that the BNG User Plane is associated with. |
|
|
IP address of the BNG CUPS Controller that the BNG User Plane is associated with. |
|
|
The time that the BNG User Plane started its association with the BNG CUPS Controller. |
|
|
The number of times the association has been updated. |
|
|
Name of the BNG User Plane client. |
|
|
The status of the service (either up or down). |
|
|
The time when the client's last heartbeat was recorded. |
|
|
The services that information is being reported for. |
|
|
The state of the BNG CUPS Controller that the BNG User Plane is associated to. The state can be the following:
|
|
|
The state of the endpoint CUPS Controller that the BNG User Plane is associated to. The state can be the following:
|
|
|
The state of the BNG User Plane services. The state can be the following:
|
|
|
The state of the endpoint that is managed by the service. The state can be the following:
|
|
|
The list of endpoints related BG CUPS Controller association service. |
|
|
The number of endpoints managed by the service. |
|
|
The number of times that the service has been restarted. |
|
|
The last time the service or endpoint state was refreshed by the system. |
|
|
The number of healthy endpoints. |
|
|
The number of times the endpoint has transitioned from a connected state. |
Sample Output
- show system subscriber-management user-plane associations
- show system subscriber-management user-plane control-plane control-plane-name
- show system subscriber-management user-plane control-plane control-plane-name endpoint endpoint-name
- show system subscriber-management user-plane services
- show system subscriber-management user-plane services service service-name
- show system subscriber-management user-plane upm
show system subscriber-management user-plane associations
user@host show system subscriber-management user-plane associations CP Name Address State Assoc Time Assoc-updates cpi-example 192.0.2.1 Connected Thu Sep 24 10:44:31 2020 0
show system subscriber-management user-plane control-plane control-plane-name
user@host> show system subscriber-management user-plane control-plane cpi-example Ip address: 10.216.173.57 Endpoints Flapped State Last Updated Sci 2 timed out 0s ago Cpri 11 disconnected 0s ago PfcpProxyStatsIpc 1 connected 0s ago StatsPfcpProxyIpc 0 connected 0s ago PfcpProxySmgIpc 1 connected 0s ago SmgPfcpProxyIpc 0 connected 0s ago
show system subscriber-management user-plane control-plane control-plane-name endpoint endpoint-name
user@host> show system subscriber-management user-plane control-plane cpi-example endpoint Sci
Sci
Status: timed out
Rx: 87
Invalid packets: 1
HeartbeatReq 27
HeartbeatResp 27
AssociationSetupReq 4
AssociationUpdateReq 23
AssociationUpdateRespAck 1
NodeReportRespAck 2
SessionEstablishmentReq 3
Tx: 253109
Avg Round Trip Time: 0
Transmit errors: 0
Max Retransmissions: 0
Retransmissions: 0
HeartbeatReq 253054
HeartbeatResp 28
AssociationSetupRespAck 3
AssociationUpdateReq 1
AssociationUpdateRespAck 18
NodeReportReq 2
SessionEstablishmentRespAck 3
show system subscriber-management user-plane services
user@host show system subscriber-management user-plane services Services Status State Endpoints Healthy-Endpoints pfcp-proxy-service up ready 2 2 up-smg-service up ready 5 4 subscriber-helper-service up ready 0 0 replication-server-service up ready 0 0 replication-client-service up ready 0 0 upm-service up ready 0 0 subscriber-statistics-service up ready 1 1 gtp-proxy-service up ready 3 3
show system subscriber-management user-plane services service service-name
user@host show system subscriber-management user-plane services service pfcp-proxy-service pfcp-proxy-service Status: up State: ready Restarted: 1 times Last Updated: 27s ago Endpoints:Id Flapped State Last Updated PfcpProxySmgIpc:1 1 connected 0s ago PfcpProxyStatsIpc:0 1 connected 0s ago
show system subscriber-management user-plane upm
user@host> show system subscriber-management user-plane upm
Start time: Thu Sep 24 10:44:31 2020
User-plane name: vm123
Control-plane:
Name: test12
IP Address: 192.0.2.1
Port: 8805
Protocol: pfcp
Attached clients: 2
CP Events:
Associations: 1
Disassociations: 0
Assoc Updates: 0show user-plane firewall filter
Syntax
show firewall <counter> counter-name <filter filter-name> <log> <prefix-action-stats> <terse>
Description
Displays statistics about configured firewall filters on the BNG User Plane.
Options
| none |
Displays statistics about configured firewall filters. |
counter counter-name |
(Optional) Name of a filter counter. |
filter filter-name |
(Optional) Displays firewall filter information for the specified configured filter. |
log |
(Optional) Displays log entries for firewall filters. |
prefix-action-stats |
(Optional) Display prefix action statistics for firewall filters. |
terse |
(Optional) Displays firewall filter names only. |
Required Privilege Level
view
Output Fields
Table 9 lists the output fields for the show user-plane firewall
filter command. Output fields are listed in the approximate order
in which they appear.
|
Field Name |
Field Description |
|---|---|
|
|
Name of a filter that has been configured with the
When an interface-specific filter is displayed, the name of
the filter is followed by the full interface name and by
either When dynamic filters are displayed, the name of the filter is
followed by the full interface name and by either
|
|
|
Display filter counter information:
|
|
|
Display policer information:
|
Sample Output
- show user-plane firewall
- show user-plane firewall filter
- show user-plane firewall filter filter-name counter
- show user-plane firewall terse
show user-plane firewall
user@host> show user-plane firewall
Filter: in-filter-2-et-0/0/0.99-i
Counters:
Name Bytes Packets
count-2-et-0/0/0.99-I 0 0
Policers:
Name Bytes Packets
upstream-policer-term-1-et-0/0/0.99-i 0 0
Filter: in-filter_UID1075-pp0.3221225500-in
Counters:
Name Bytes Packets
P0-Aggregate-count-pp0.3221225500-in 25669737936 46757264
P1-Aggregate-count-pp0.3221225500-in 50120712891 91294559
P2-Aggregate-count-pp0.3221225500-in 50120448273 91294077
final-count-pp0.3221225500-in 50120511408 91294192
Filter: out-filter_UID1077-pp0.3221225500-out
Counters:
Name Bytes Packets
out-filter-count-pp0.3221225500-out 0 0
0 0
show user-plane firewall filter
user@host> show user-plane firewall filter in-filter_UID1075-pp0.3221225500-in Filter: in-filter_UID1075-pp0.3221225500-in Counters: Name Bytes Packets P0-Aggregate-count-pp0.3221225500-in 25675095078 46767022 P1-Aggregate-count-pp0.3221225500-in 50131401372 91314028 P2-Aggregate-count-pp0.3221225500-in 50131463958 91314142 final-count-pp0.3221225500-in
show user-plane firewall filter filter-name counter
user@host> show user-plane firewall filter in-filter_UID1075-pp0.3221225500-in counter P0-Aggregate-count-pp0.3221225500-in Filter: in-filter_UID1075-pp0.3221225500-in Counters: Name Bytes Packets P0-Aggregate-count-pp0.3221225500-in 25688770119 46791931
show user-plane firewall terse
user@host> show user-plane firewall terse Filter: in-filter-2-et-0/0/0.99-i Filter: in-filter_UID1075-pp0.3221225500-in Filter: out-filter_UID1077-pp0.3221225500-out
show user-plane firewall templates-in-use
Syntax
show user-plane firewall templates-in-use up-name user-plane-name
Description
Display the names of configured filter templates that are currently in use by dynamic subscribers and the number of times each template is referenced.
Options
user-plane-name |
Display the configured filter templates for the specified BNG User Plane. |
Required Privilege Level
view
Output Fields
Table 10 lists the output fields for the show user-plane
firewall templates-in-use command. Output fields are listed in the
approximate order in which they appear.
|
Field Name |
Field Description |
|---|---|
|
|
Name of a filter that has been configured using the
|
|
|
BNG User Plane name. |
|
|
Number of times the filter has been referenced by subscribers accessing the network. |
Sample Output
show user-plane firewall templates-in-use up-name up-example-1
user@host> show user-plane firewall templates-in-use up-name up-example-1
Dynamic Subscribers Reference Counts
Filter Template User Plane Reference Count
---------------- ---------- ----------------
static-filter up-example-1 2
dynamic-filter_UID1080 up-example-1 2