10. h Commands

10.1. handler

handler

Syntax 
handler [handler-name]
handler detail
Context 
[Tree] (show>log>event-handling handler)
Full Contexts 
show log event-handling handler
Description 

Commands in this context display EHS handler information.

Parameters 
handler-name—
Specifies the name of a specific handler up to 32 characters in length.
detail—
Keyword to list details of all handlers.
Output 

The following is an example of handler information.

Table 169 describes handler output fields.

Sample Output
A:node1>show>log>event-handling# handler
===============================================================================
Event Handling System - Handler List
===============================================================================
Handler                         Admin   Oper    Description
Name                            State   State
-------------------------------------------------------------------------------
h-sample                        up      up
h-main                          up      up
h-backup                        down    down
===============================================================================
 
*A:7950 XRS-20# show log event-handling handler "h-sample"
===============================================================================
Event Handling System - Handlers
===============================================================================
===============================================================================
Handler          : h-sample
===============================================================================
Description      : (Not Specified)
Admin State      : up                                Oper State : up
-------------------------------------------------------------------------------
Handler Action-List Entry
-------------------------------------------------------------------------------
Entry-id         : 10
Description      : (Not Specified)
Admin State      : up                                Oper State : up
Script
  Policy Name    : sp-sample
  Policy Owner   : TiMOS CLI
Min Delay        : 0
Last Exec        : 05/24/2015 19:03:31
-------------------------------------------------------------------------------
Handler Action-List Entry Execution Statistics
  Enqueued       : 4
  Err Launch     : 0
  Err Adm Status : 0
Total            : 4
===============================================================================
Table 169:  Handler Output Field Descriptions

Label

Description

Handler

The name of the handler.

Description

The handler description string.

Admin State

The administrative state of the handler.

Oper State

The operational state of the handler.

Handler Action-List Entry

Entry-id

The action-list entry identifier.

Description

The action-list entry description string.

Admin State

The administrative state of the action-list entry.

Policy Name

The name of the related script policy.

Policy Owner

The owner of the related script policy.

Last Exec

The timestamp of the last successful execution of the action-list entry.

Handler Action-List Entry Execution Statistics

Enqueued

The number of times the action-list entry was successfully passed on to the SR OS sub-system or module that will attempt to process and execute the action. For a script-policy entry, this indicates that the script request has been enqueued but does not necessarily indicate that the script has successfully launched or completed. For status and information about the script, use the show>system>script-control command.

Err Launch

The number of times the action-list entry was not successfully handed over to the next SR OS sub-system or module in the processing chain. This can be caused by a variety of conditions including a full script request input queue.

Err Adm Status

The number of times the action-list entry was not executed because the entry was administratively disabled.

Total

The total number of times that the action-list entry attempted execution.

Supported Platforms 

All

handler

Syntax 
handler event-handler-name
Context 
[Tree] (clear>log>event-handling handler)
Full Contexts 
clear log event-handling handler
Description 

This command clears the counters in the show log event-handling handler handler-name output. It does affect the global or aggregate counters shown using the information command.

Parameters 
handler-name—
Specifies the name of the event handler, up to 32 characters in length.
Supported Platforms 

All

10.2. hierarchy

hierarchy

Syntax 
hierarchy [subscriber sub-ident-string]
Context 
[Tree] (show>service>active-subscribers hierarchy)
Full Contexts 
show service active-subscribers hierarchy
Description 

This command displays active subscriber hierarchy information. To display an IPoE/PPP session, the group of hosts within the session is visually indented. Additional information related to the session is also shown. For PPPoE, the circuit ID and remote ID if used is shown. For IPoE, the key used to group the session is shown (for example, the circuit ID). The command also display PD host which are modeled as a managed route. The PD managed route is directly underneath and points to the host that it is using as the next hop. The PD managed route forwarding status is also shown, where (N) indicates that the route is not forwarding.

Parameters 
sub-ident-string—
Specifies the subscriber ID of the active subscriber, up to 32 characters.
Output 

The following output displays active subscriber hierarchy information.

Sample Output
*A:eng-BNG-2# show  service active-subscribers hierarchy
===============================================================================
Active Subscribers Hierarchy
===============================================================================
-- user_1
   (no-prof)
   |
   +-- sap:1/1/20:841 - sla:no-prof
       |
       +-- IPOE-session - mac:00:00:10:10:12:13 - svc:1000
           |
           +-- 192.168.0.13 - DHCP
-------------------------------------------------------------------------------
Number of active subscribers : 1
Flags: (N) = the host or the managed route is in non-forwarding state
===============================================================================
B:Dut-C# show service active-subscribers hierarchy 
===============================================================================
Active Subscribers Hierarchy
===============================================================================
-- basic1
   (sub__S1)
   |
   |-- sap:1/1/2:51 - sla:slaS2S1
   |   |
   |   +-- 3fe0:0:0:10::/64 - mac:10:00:00:00:01:10 - DHCP6 - svc:10
   |
   +-- sap:1/1/2:113 - sla:sla17S1 PPP session:23
       |
       +-- PPP-session - mac:10:00:00:00:01:91 - sid:1 - svc:10
           |
           |-- 10.1.0.111 - IPCP
           |
           +-- 3fe1:0:0:11::/64 - SLAAC
-------------------------------------------------------------------------------
Number of active subscribers : 1
Flags: (N) = the host or the managed route is in non-forwarding state
===============================================================================
*B:Dut-C# 
*A:eng-BNG-2# show  service active-subscribers hierarchy radius-acct
===============================================================================
Active Subscribers Hierarchy (accounting information)
===============================================================================
-- user_1
   (no-prof)
   |
   +-- sap:1/1/20:841 - sla:no-prof
       |   |
       |   +-- no radius acct
       |       session-id          : D854FF0000000B5DF40326
       |
       +-- IPOE-Session - mac:00:00:10:10:12:13
           |   |
           |   +-- no radius acct
           |       session-id      : D854FF000000095DF40326
           |
           +-- 192.168.0.13
               |
               +-- no radius acct
                   session-id      : D854FF0000000A5DF40326
-------------------------------------------------------------------------------
Number of active subscribers : 1
===============================================================================
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

10.3. histogram

histogram

Syntax 
histogram router router-instance pool pool-name bucket-size [1..65536] num-buckets [2..50]
Context 
[Tree] (tools>dump>nat histogram)
Full Contexts 
tools dump nat histogram
Description 

This command displays a NAT pool port usage histogram

Parameters 
router router-instance
Specifies the router instance.
pool pool-name
Specifies the identification of the NAT pool.
bucket-size [1..65536] —
Specifies the unit of the X-axis of the histogram; a value of ten, for example, would return in a histogram with results for [0-9], [10-19], [20-29], ... ports.
num-buckets [2..50]—
Specifies the size of the histogram; a value of five, for example, would result in five results: [0-9], [10-19], [20-29], [30-39], [40-infinite].
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

10.4. host

host

Syntax 
host [detail] [wholesaler service-id] [session {none | ipoe | ppp}] [router-advertisement-policy policy-name]
host interface interface-name [detail] [wholesaler service-id] [session {none | ipoe | ppp}] [router-advertisement-policy policy-name]
host mac ieee-address [detail] [wholesaler service-id] [session {none | ipoe | ppp}] [router-advertisement-policy policy-name]
host ipv6-address ipv6-prefix [detail] [wholesaler service-id] [session {none | ipoe | ppp}] [router-advertisement-policy policy-name]
host sap sap-id [detail] [wholesaler service-id] [session {none | ipoe | ppp}] [router-advertisement-policy policy-name]
Context 
[Tree] (show>service>id>slaac host)
Full Contexts 
show service id slaac host
Description 

This command displays SLAAC host related information.

Parameters 
detail—
Specifies to display detailed SLAAC host related information.
service-id—
Specifies the service ID of the wholesaler.
Values—
1 to 2147483647

 

session—
Specifies to display information about SLAAC hosts that are associated with an IPoE session or a PPP session.
Values—
none, ipoe, ppp

 

interface-name—
Specifies the interface name, up to 32 characters.
ieee-address—
Specifies the MAC address for which to display SLAAC host information.
ipv6-address—
Specifies the IPv6 address for which to display SLAAC host information.
sap-id—
Specifies the physical port identifier portion of the SAP definition.
policy-name—
Specifies the name of the router advertisement policy.
Output 

The following is an example of detailed SLAAC host information.

Sample Output
*A:eng-BNG-2# show service id 1000 slaac host detail
===============================================================================
SLAAC hosts for service 1000
===============================================================================
Service ID           : 1000
Prefix               : 2001:1000:bad:beef::/64
Interface Id         : N/A
Mac Address          : 00:00:10:10:12:12
Subscriber-interface : sub-int-01
Group-interface      : grp-int-01
SAP                  : 1/1/20:841
Termination Type     : local
Creation Time        : 2017/02/13 22:05:03
Persistence Key      : N/A
Router adv. policy   : ra-policy-01
IPoE|PPP session     : No
Radius sub-if prefix : N/A
IPoE Trigger         : rtr-solicit
Last Auth Time       : 2017/02/13 22:05:03
Inactivity Timer     : N/A
Sub-Ident            : "host-1"
Sub-Profile-String   : "no-prof"
SLA-Profile-String   : "no-prof"
App-Profile-String   : ""
ANCP-String          : ""
Int Dest Id          : ""
Category-Map-Name    : ""
Info origin          : radius
Pool                 : ""
Primary-Dns          : N/A
Secondary-Dns        : N/A
Circuit Id           : N/A
Remote Id            : N/A
 
Subscriber Host Limit Overrides
 ipv4-arp            : 1
 ipv4-dhcp           : 1
 ipv4-ppp            : 1
 ipv4-overall        : 1
 ipv6-pd-ipoe-dhcp   : 1
 ipv6-pd-ppp-dhcp    : 1
 ipv6-pd-overall     : 1
 ipv6-wan-ipoe-dhcp  : 1
 ipv6-wan-ipoe-slaac : 1
 ipv6-wan-ppp-dhcp   : 1
 ipv6-wan-ppp-slaac  : 1
 ipv6-wan-overall    : 1
 ipv6-overall        : 1
 lac-overall         : 1
 overall             : 1
SLA Profile Instance Host Limit Overrides
 ipv4-arp            : 1
 ipv4-dhcp           : 1
 ipv4-ppp            : 1
 ipv4-overall        : 1
 ipv6-pd-ipoe-dhcp   : 1
 ipv6-pd-ppp-dhcp    : 1
 ipv6-pd-overall     : 1
 ipv6-wan-ipoe-dhcp  : 1
 ipv6-wan-ipoe-slaac : 1
 ipv6-wan-ppp-dhcp   : 1
 ipv6-wan-ppp-slaac  : 1
 ipv6-wan-overall    : 1
 ipv6-overall        : 1
 lac-overall         : 1
 overall             : 1
Subscriber Session Limit Overrides
 ipoe                : 1
 pppoe-local         : 1
 pppoe-lac           : 1
 pppoe-overall       : 1
 l2tp-lns            : 1
 l2tp-lts            : 1
 l2tp-overall        : 1
 overall             : 1
SLA Profile Instance Session Limit Overrides
 ipoe                : 1
 pppoe-local         : 1
 pppoe-lac           : 1
 pppoe-overall       : 1
 l2tp-lns            : 1
 l2tp-lts            : 1
 l2tp-overall        : 1
 overall             : 1
-------------------------------------------------------------------------------
Number of hosts : 1
===============================================================================
*A:Dut-A# show service id 13 slaac host router-advertisement-policy ra-policy-01
===============================================================================
SLAAC hosts for service 13
===============================================================================
Prefix                      Mac Address          Sap Id                MC-Stdby
  IntId                                                                
-------------------------------------------------------------------------------
2013:bad:beef:1::/64        00:00:00:00:00:13    1/1/1:13              
  N/A
2013:bad:beef:2::/64        00:00:00:00:00:14    1/1/1:13              
  N/A
2013:bad:beef:3::/64        00:00:00:00:00:15    1/1/1:13              
  N/A
-------------------------------------------------------------------------------
Number of hosts : 3
===============================================================================
*A:Dut-A# 

Table 170 describes service SLAAC host information.

Table 170:  Service SLAAC Host Field Descriptions 

Field

Description

Service ID

The service identifier.

Prefix

The prefix for the service

Interface Id

The interface identifier of this SLAAC host. If the SLAAC host has multiple addresses, this field will only show the interface identifier of one of them.

Mac Address

The MAC address of the this SLAAC host

Subscriber-interface

The subscriber interface name

Group-interface

The subscriber interface group interface name

SAP

The service SAP ID

Termination Type

The termination type of this SLAAC host

Creation Time

The date and time the service was created

Persistence Key

The key value that can be used to track this SLAAC host in the persistence file.

Router adv. policy

The name of the router advertisement policy associated with the SLAAC host during authentication

IPoE|PPP session

The indication if this SLAAC host belongs to an IPoE or PPP session

Radius sub-if prefix

The subscriber interface prefix that is received from a Radius server

IPoE Trigger

The trigger name

Last Auth Time

The sysUpTime at the time of the last authentication for this session

Inactivity Timer

The remaining time in seconds before the host is removed. A value of 0 indicates no inactivity timer is active.

Sub-Ident

The name of the subscriber identification policy

Sub-Profile-String

The name of the subscriber profile

SLA-Profile-String

The name of the SLA profile

App-Profile-String

The application profile string

ANCP-String

The ANCP string applicable for this session

Int Dest ID

The intermediate destination identifier applicable for this session

Category-Map-Name

The category map name applicable for this session

Info origin

The server that provided the Sub-profile, SLA profile, Ancp string and Intermediate Destination Id

Pool

the DHCP server pool from which the SLAAC prefix is allocated

Primary-Dns

the primary DNS server

Secondary-Dns

the secondary DNS server

Circuit ID

circuit ID of this host

Remote ID

remote ID of this host

Subscriber Host Limit Overrides and SLA Profile Instance Host Limit Overrides:

(only shown when overrides are active)

ipv4-arp

The total number of IPv4 ARP hosts limit

ipv4-dhcp

The total number of IPv4 DHCP hosts limit

ipv4-ppp

The total number of IPv4 PPP hosts limit

ipv4-overall

The total number of IPv4 hosts limit

ipv6-pd-ipoe-dhcp

The total number of IPv6 IPoE DHCP Prefix Delegation hosts (IA-PD) limit

ipv6-pd-ppp-dhcp

The total number of IPv6 PPPoE DHCP Prefix Delegation hosts (IA-PD) limit

ipv6-pd-overall

The total number of IPv6 DHCP Prefix Delegation hosts (IA-PD) limit

ipv6-wan-ipoe-dhcp

The total number of IPv6 IPoE DHCP WAN hosts (IA-NA) limit

ipv6-wan-ipoe-slaac

The total number of IPv6 IPoE SLAAC WAN hosts limit

ipv6-wan-ppp-dhcp

The total number of IPv6 PPPoE DHCP WAN hosts (IA-NA) limit

ipv6-wan-ppp-slaac

The total number of IPv6 PPPoE SLAAC WAN hosts limit

ipv6-wan-overall

The total number of IPv6 WAN hosts limit

ipv6-overall

The total number of IPv6 hosts limit

lac-overall

The total number of L2TP LAC hosts limit

overall

The total number of subscriber hosts limit

Subscriber Session Limit Overrides and SLA Profile Instance Session Limit Overrides:

(only shown when overrides are active)

ipoe

The total number of IPoE sessions limit

ppoe-local

The total number of PPPoE local terminated sessions (PTA) limit

ppoe-lac

The total number of PPPoE L2TP LAC sessions limit

ppoe-overall

The total number of PPPoE sessions limit

l2tp-lns

The total number of L2TP LNS sessions limit

l2tp-lts

The total number of L2TP LTS sessions limit

l2tp-overall

The total number of L2TP sessions limit

overall

The total number of subscriber sessions limit

Number of hosts

The total number of hosts matching the search criteria

MC-Stdby

The number of SAPs defined on this service on a port which is in multi-chassis standby mode

Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

host

Syntax 
host [sap sap-id] [wholesaler service-id] [port port-id] [inter-dest-id intermediate-destination-id] [detail]
host [sap sap-id] [wholesaler service-id] [port port-id] no-inter-dest-id [detail]
host summary
host [detail] wholesaler service-id (VPRN only)
Context 
[Tree] (show>service>id host)
Full Contexts 
show service id host
Description 

This command displays static host information configured on this service.

Parameters 
sap-id
Displays SAP information for the specified SAP ID.
intermediate-destination-id—
Specifies the intermediate destination identifier which is encoded in the identification strings up to 32 characters.
summary—
Displays summary host information.
wholesaler service-id
Specifies the VPRN service ID of the wholesaler. When specified in this context, SAP, SDP, interface, IP address and MAC parameters are ignored. This parameter applies only to the 7750 SR.
Values—

service-id:

1 to 2147483647

svc-name:

64 characters maximum

 

host

Syntax 
host mac ieee-address ip ip-address
Context 
[Tree] (show>subscr-mgmt>vrgw>brg>gateway host)
Full Contexts 
show subscriber-mgmt vrgw brg gateway host
Description 

This command lists pool information about a specific host in the BRG.

Parameters 
ieee-address—
Specifies the MAC address identifying a specific host.
ip-address—
Displays only the prefixes associated with this host.
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

host

Syntax 
host [ipv6-address]
Context 
[Tree] (show>router>mld>statistics host)
Full Contexts 
show router mld statistics host
Description 

This command displays MLD host statistics information.

Parameters 
ipv6-address—
Displays information associated with the specified IPv6 address.
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

10.5. host-connectivity-verify

host-connectivity-verify

Syntax 
host-connectivity-verify statistics [sap sap-id]
Context 
[Tree] (show>service>id host-connectivity-verify)
Full Contexts 
show service id host-connectivity-verify
Description 

This command displays host connectivity check statistics.

Parameters 
statistics —
Displays host connectivity verification data
sap-id—
Specifies the physical port identifier portion of the SAP definition
Output 

The following is an example of service host connectivity information.

Sample Output
A:ALA-48>show>service>id# host-connectivity-verify statistics sap 1/1/9:0
==============================================================================
Host connectivity check statistics
==============================================================================
Svc   SapId/          DestIp          Last                   Time        Oper
Id    SdpId           Address         Response               Expired     State
------------------------------------------------------------------------------
10001/2/3:01.144.145.1                                   Up
==============================================================================
A:ALA-48>show>service>id#

Table 171 describes show service-id host connectivity verification output fields.

Table 171:  Show Service Id Host Connectivity Verify Fields

Label

Description

Svc Id

The service identifier.

SapId/SdpId

The SAP and SDP identifiers.

DestIp Address

The destination IP address.

Last Response

The time when the last response was received.

Time Expired

Displays whether the interval value has expired.

Oper State

Displays the current operational state of the service.

Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

10.6. host-lockout-policy

host-lockout-policy

Syntax 
host-lockout-policy
host-lockout-policy policy-name association
host-lockout-policy policy-name
host-lockout-policy policy-name lockout-state sap sap-id [summary]
host-lockout-policy policy-name lockout-state [circuit-id circuit-id] [sap sap-id] [summary]
host-lockout-policy policy-name lockout-state [mac ieee-address] [sap sap-id] [summary]
host-lockout-policy policy-name lockout-state [remote-id remote-id] [sap sap-id] [summary]
Context 
[Tree] (show>subscr-mgmt host-lockout-policy)
Full Contexts 
show subscriber-mgmt host-lockout-policy
Description 

This command displays host lockout policy information.

Parameters 
policy-name—
Specifies a specific subscriber host lockout policy name up to 32 characters.
association—
Specifies to display the association of the host lockout policy.
lockout-state—
Specifies to display information for hosts in a specific lockout state.
Values—
all, active, graceful

 

sap sap-id
Specifies to display SAP ID information.
circuit-id circuit-id—
Specifies to display circuit ID information. The circuit-id is up to 256 characters .
mac ieee-address
Specifies to display MAC address information up to 30 characters.
remote-id remote-id—
Specifies to display remote ID information, up to 256 characters.
Output 

The following is an example of subscriber management host lockout policy information.

Sample Output
*A:cses-E11# show subscriber-mgmt host-lockout-policy
===============================================================================
Host Lockout Policies
===============================================================================
Lockout Policy                   Last Mgmt Change
  Lockout Time Min                 Lockout Time Max
Description
  Lockout Reset Time               Max Lockout Hosts
-------------------------------------------------------------------------------
test                             04/20/2012 19:51:02
  10                               3600
test
  60                               100
===============================================================================
*A:cses-E11# 
 
 
*A:cses-E11# show subscriber-mgmt host-lockout-policy "test"
===============================================================================
Host Lockout Policy "test"
===============================================================================
Description                        test
Last Mgmt Change                   04/20/2012 19:51:02
Lockout time min                   10
Lockout time max                   3600
Lockout reset time                 60
Max lockout hosts                  100
Host key                           all
===============================================================================
*A:cses-E11#

Table 172 describes subscriber management host lockout policy output fields.

Table 172:  Host Lockout Policy Field Descriptions 

Field

Description

Lockout Policy

The subscriber Host Lockout Policy name

Last Mgmt Change

The sysUpTime at the time of the most recent management-initiated change to this policy

Lockout Time Min

The minimum lockout-time for this host lockout policy

Lockout Time Max

The maximum lockout-time for this host lockout policy

Description

The user-provided description of this subscriber Host Lockout Policy

Max Lockout Hosts

The maximum number of lockouts for this host

Last Mgmt Change

The sysUpTime at the time of the most recent management-initiated change to this policy

Lockout time min

The minimum lockout-time for this Host Lockout Policy

Lockout time max

The maximum lockout-time for this Host Lockout Policy

Lockout reset time

The lockout reset time for this Host Lockout Policy

Max lockout hosts

The maximum number of locked out hosts for this Host Lockout Policy

Host key

The method for host matching

Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

10.7. host-lookup

host-lookup

Syntax 
host-lookup [mac ieee-address] [remote-id remote-id-ascii] [sap-id sap-id] [service-id service-id] [string vso-string] [system-id system-id] [option60 option-60-ascii] [circuit-id circuit-id-ascii] [circuit-id-hex circuit-id-hex] [option60-hex option60-hex] [remote-id-hex remote-id-hex] [derived-id derived-id] [ip-prefix ip-prefix/ip-prefix-length]
Context 
[Tree] (tools>perform>subscr-mgmt>loc-user-db>ipoe host-lookup)
Full Contexts 
tools perform subscriber-mgmt local-user-db ipoe host-lookup
Description 

This command performs a lookup in the local user database. This command looks up the host with the match-list configured in the local user database.

Parameters 
ieee-address
Specifies the 48-bit MAC address for the static ARP in the form aa:bb:cc:dd:ee:ff or aa-bb-cc-dd-ee-ff where aa, bb, cc, dd, ee, and ff are hexadecimal numbers. Allowed values are any non-broadcast, non-multicast MAC and non-IEEE reserved MAC addresses.
remote-id—
Specifies the information which goes into the remote-id sub-option in the DHCP relay packet, up to 255 characters.
sap-id—
Specifies a SAP identifier to be used.
service-id—
Specifies an existing subscriber service ID.
Values—
1 to 2147483647

 

vso-string—
Specifies a Vendor Specific Option (VSO) string.
system-id—
Specifies the system ID.
Values—
up to 255 characters maximum

 

hex-string
Specifies the content of option 60 for this lookup.
Values—
0x0 to 0xFFFFFFFF (maximum 64 hex nibbles)

 

circuit-id—
Specifies the circuit ID from the Option 82.
circuit-id-hex
Specifies the circuit ID in hexadecimal format from the Option 82.
Values—
0x0 to 0xFFFFFFFF (maximum 254 hex nibbles)

 

sap-id—
Specifies a SAP ID, up to 255 characters maximum.
option-60-ascii
Specifies the Vendor-Identifying Vendor Option to match against. Option 60 is encoded as Type - Length - Value and must be formatted in ASCII.
option-60-hex
Specifies the Vendor-Identifying Vendor Option to match against. Option 60 is encoded as Type - Length - Value and must be formatted in HEX.
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

host-lookup

Syntax 
host-lookup [circuit-id circuit-id] [circuit-id-hex circuit-id-hex] [derived-id derived-id] [mac ieee-address] [remote-id remote-id] [remote-id-hex remote-id-hex] [sap-id sap-id] [service-name service-name] [user-name user-name]
Context 
[Tree] (tools>perform>subscr-mgmt>loc-user-db>ppp host-lookup)
Full Contexts 
tools perform subscriber-mgmt local-user-db ppp host-lookup
Description 

This command performs a lookup in the local user database.

Parameters 
ieee-address
Specifies the 48-bit MAC address for the static ARP in the form aa:bb:cc:dd:ee:ff or aa-bb-cc-dd-ee-ff where aa, bb, cc, dd, ee, and ff are hexadecimal numbers. Allowed values are any non-broadcast, non-multicast MAC and non-IEEE reserved MAC addresses.
remote-id
Specifies the information that goes into the remote-id sub-option in the DHCP relay packet, up to 255 characters.
user-name
Specifies a user name, up to 128 characters.
service-name
Specifies a PPP service name, up to 255 characters.
circuit-id—
Specifies the circuit ID from the Option 82.
circuit-id-hex
Specifies the circuit ID in hexadecimal format from the Option 82.
Values—
0x0 to 0xFFFFFFFF (maximum 254 hex nibbles)

 

derived-id derived-id
Specifies an ASCII string that uniquely identifies a host and is derived by a Python script from packet content available during a DHCP transaction.
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

host-lookup

Syntax 
host-lookup [circuit-id circuit-id] [circuit-id-hex circuit-id-hex] [derived-id derived-id] [mac ieee-address] [remote-id remote-id] [remote-id-hex remote-id-hex] [sap-id sap-id] [service-name service-name] [user-name user-name]
Context 
[Tree] (tools>perform>subscr-mgmt>loc-user-db>ppp host-lookup)
Full Contexts 
tools perform subscriber-mgmt local-user-db ppp host-lookup
Description 

This command performs a lookup in the local user database.

Parameters 
circuit-id circuit-id—
Specifies the circuit ID from the Option 82.
circuit-id-hex
Specifies the circuit ID in hexadecimal format from the Option 82.
Values—
0x0 to 0xFFFFFFFF (maximum 254 hex nibbles)

 

derived-id
Specifies an ASCII string that uniquely identifies a host, and is derived by a Python script from packet content available during a DHCP transaction.
remote-id—
Specifies that information that goes into the remote-id sub-option in the DHCP relay packet, up to 255 characters.
remote-id-hex—
Specifies the remote ID in hexadecimal format.
Values—
0x0 to 0xFFFFFFFF (maximum 510hex nibbles)

 

sap-id—
Specifies a SAP ID, up to 255 characters.
service-name
Specifies a PPP service name up to 253 characters.
user-name
Specifies a user name up to 128 characters.
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

10.8. host-tracking

host-tracking

Syntax 
host-tracking [subscriber sub-ident-string]
host-tracking [subscriber sub-ident-string] detail
host-tracking [subscriber sub-ident-string] summary
host-tracking [subscriber sub-ident-string] statistics
Context 
[Tree] (show>service>active-subscribers host-tracking)
Full Contexts 
show service active-subscribers host-tracking
Description 

This command displays active subscriber host tracking information.

Parameters 
sub-ident-string—
Displays subscriber ID of the active subscriber, up to 32 characters.
detail—
Displays detailed host tracking information for the specified subscriber ID.
summary—
Displays summarized host tracking information for the specified subscriber ID.
statistics—
Displays statistical host tracking information for the specified subscriber ID.
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

host-tracking

Syntax 
host-tracking [statistics]
host-tracking sap sap-id [host ip-address] [statistics]
Context 
[Tree] (clear>service>id host-tracking)
Full Contexts 
clear service id host-tracking
Description 

This command clears host tracking data.

Parameters 
sap-id—
Specifies a SAP for which to clear host tracking data.
ip-address—
Specifies the IP address of a host for which to clear tracking data.
Values—
a.b.c.d

 

statistics—
Clears statistics.
Supported Platforms 

All

host-tracking

Syntax 
host-tracking
Context 
[Tree] (clear>subscr-mgmt host-tracking)
Full Contexts 
clear subscriber-mgmt host-tracking
Description 

Commands in this context clear host tracking data.

Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

10.9. hostname

hostname

Syntax 
hostname
Context 
[Tree] (show>service>id>spb hostname)
Full Contexts 
show service id spb hostname
Description 

This command displays SPB system-id to hostname mapping.

Output 

The following output is an example of service SPB hostname information.

Sample Output
*A:Dut-A# show service id 100001 spb hostname
===============================================================================
Hosts
===============================================================================
System Id                Hostname
-------------------------------------------------------------------------------
0000.00AA.AAAA           cses-B02
0000.00BB.BBBB           cses-B07
===============================================================================
Supported Platforms 

All

hostname

Syntax 
hostname
Context 
[Tree] (show>router>isis hostname)
Full Contexts 
show router isis hostname
Description 

This command displays the hostname database. There are no options or parameters.

Output 

IS-IS Hostname Output

Table 173 describes output fields for IS-IS hostname output.

Table 173:  IS-IS Hostname Output Fields 

Label

Description

System-id

System identifier mapped to hostname.

Hostname

Hostname for the specific system-id.

Type

The type of entry (static or dynamic).

Sample Output
A:ALA-A# show router isis hostname
=========================================================================
Rtr Base ISIS Instance 0 Hostnames
=========================================================================
System Id                Hostname
-------------------------------------------------------------------------
1800.0000.0002           core_west
1800.0000.0005           core_east
1800.0000.0008           asbr_west
1800.0000.0009           asbr_east
1800.0000.0010           abr_sjc
1800.0000.0011           abr_lax
1800.0000.0012           abr_nyc
1800.0000.0013           abr_dfw
1800.0000.0015           dist_oak
1800.0000.0018           dist_nj
1800.0000.0020           acc_nj
1800.0000.0021           acc_ri
1800.0000.0027           dist_arl
1800.0000.0028           dist_msq
1800.0000.0029           acc_arl
1800.0000.0030           acc_msq
=========================================================================
A:ALA-A# 
Supported Platforms 

All

hostname

Syntax 
hostname
Context 
[Tree] (show>router>ospf hostname)
[Tree] (show>router>ospf3 hostname)
Full Contexts 
show router ospf hostname
show router ospf3 hostname
Description 

This command displays information about the hostname database.

Output 

The following is an example of OSPF hostname database information. Table 174 displays field descriptions.

Table 174:  Host Output Fields

Label

Description

Nbr Rtr Id

The OSPF ID.

hostname

The OSPF hostname.

No. of OSPF RTR id/hostnames

The total number of OSPF router IDs and hostnames.

Sample Output
*A:router-B# show router ospf hostname
====================================
Rtr Base OSPFv2 Instance 0 hostnames
====================================
Nbr Rtr Id      hostname            
--------------------------------
10.20.0.3       router-A         
10.20.1.3       router-B 
10.20.2.3         -   
10.20.3.3       router-D        
--------------------------------
No. of OSPF Rtr id/hostnames: 4
Supported Platforms 

All

10.10. hosts

hosts

Syntax 
hosts [group grp-address] [detail] [fwd-service service-id] [grp-interface ip-int-name]
hosts [host ip-address] [group grp-address] [detail]
hosts summary
Context 
[Tree] (show>router>igmp hosts)
Full Contexts 
show router igmp hosts
Description 

This command displays IGMP hosts information.

Parameters 
grp-address—
Specifies the group IP address.
service-id
Specifies the service ID.
Values—
service-id: 1 to 2148278386
svc-name: up to 64 characters.

 

ip-int-name—
Specifies an IP interface name, up to 32 characters.
ip-address—
Specifies an IP address.
Output 

The following output is an example of IGMP host information.

Sample Output
*B:Dut-C# show router igmp hosts 
===============================================================================
IGMP Hosts
===============================================================================
Host            Oper    Oper    Fwd   GrpItf            Num    Subscriber      
                State   Version Svc                     Groups                 
-------------------------------------------------------------------------------
239.112.1.1     Up      3       1     gi_1_1            1      sub_1           
239.112.1.2     Up      3       1     gi_1_1            2      sub_1           
239.112.1.3     Up      3       1     gi_1_2            0      sub_2           
-------------------------------------------------------------------------------
Hosts : 3
===============================================================================
*B:Dut-C# 
 
*B:Dut-C# show router igmp hosts detail 
===============================================================================
IGMP Host 239.112.1.1
===============================================================================
Oper Status      : Up         MacAddress     : 00:00:00:00:00:01
Oper version     : 3          Subscriber     : sub_1
Num Groups       : 1          GrpItf         : gi_1_1
Max Grps Till Now: 2          IGMP-Policy    : pol1
PPPoE SessionId  : 1          Next query time: 0d 00:02:03
FwdSvcId         : 1                                                            
-------------------------------------------------------------------------------
IGMP Group
-------------------------------------------------------------------------------
Group Address    : 239.0.0.1      Up Time    : 0d 00:00:24
Expires          : Not running    Mode       : Include
V1 Host Timer    : Not running    Type       : Dynamic
V2 Host Timer    : Not running    Compat Mode: IGMP Version 3
Redir.vRtrId     : N/A            Redir.Intf : N/A
-----------------------------------------------------------
Source Address     Expires        Type         Fwd/Blk 
-----------------------------------------------------------
10.11.0.1          0d 00:03:56    Dynamic      Fwd        
10.11.0.2          0d 00:03:56    Dynamic      Fwd 
===============================================================================
IGMP Host 239.112.1.2
===============================================================================
Oper Status      : Up         MacAddress     : 00:00:00:00:00:01
Oper version     : 3          Subscriber     : sub_1
Num Groups       : 2          GrpItf         : gi_1_1
Max Grps Till Now: 2          IGMP-Policy    : pol1
PPPoE SessionId  : 2          Next query time: 0d 00:02:03
FwdSvcId         : 1                                                            
-------------------------------------------------------------------------------
IGMP Group
-------------------------------------------------------------------------------
Group Address    : 239.0.0.1      Up Time    : 0d 00:00:16
Expires          : 0d 00:04:05    Mode       : Exclude
V1 Host Timer    : Not running    Type       : Dynamic
V2 Host Timer    : Not running    Compat Mode: IGMP Version 3
Redir.vRtrId     : N/A            Redir.Intf : N/A
-----------------------------------------------------------
Source Address     Expires        Type         Fwd/Blk 
-----------------------------------------------------------
10.11.0.1          0d 00:00:00    Dynamic      Blk        
-------------------------------------------------------------------------------
IGMP Group
-------------------------------------------------------------------------------
Group Address    : 239.0.0.2      Up Time    : 0d 00:00:16
Expires          : 0d 00:04:04    Mode       : Exclude
V1 Host Timer    : Not running    Type       : Dynamic
V2 Host Timer    : Not running    Compat Mode: IGMP Version 3
Redir.vRtrId     : N/A            Redir.Intf : N/A
-----------------------------------------------------------
Source Address     Expires        Type         Fwd/Blk 
-----------------------------------------------------------
10.11.0.1          0d 00:00:00    Dynamic      Blk 
===============================================================================
IGMP Host 239.112.1.3
===============================================================================
Oper Status      : Up         MacAddress     : 00:00:00:00:00:02
Oper version     : 3          Subscriber     : sub_2
Num Groups       : 0          GrpItf         : gi_1_2
Max Grps Till Now: 1          IGMP-Policy    : pol1
PPPoE SessionId  : 1          Next query time: 0d 00:00:48
FwdSvcId         : 1                                                            
-------------------------------------------------------------------------------
Hosts : 3                             
===============================================================================
*B:Dut-C# 
 
*B:Dut-C# show router igmp statistics host 239.112.1.1 
==================================================
IGMP Host Statistics 239.112.1.1
==================================================
Message Type        Received       Transmitted                                 
--------------------------------------------------
Queries             0              580           
Report V1           0              0             
Report V2           0              0             
Report V3           5              0             
Leaves              0              0             
-------------------------------------------------------------------------------
General Host Statistics
-------------------------------------------------------------------------------
Bad Length        : 0
Bad Checksum      : 0
Unknown Type      : 0
Bad Receive If    : 0
Rx Non Local      : 0
Rx Wrong Version  : 0
Policy Drops      : 0
No Router Alert   : 0
Rx Bad Encodings  : 0                 
Local Scope Pkts  : 0
Resvd Scope Pkts  : 0
MCAC Policy Drops : 0
-------------------------------------------------------------------------------
Source Group Statistics
-------------------------------------------------------------------------------
(S,G)             : 0
(*,G)             : 0
==================================================
*B:Dut-C# show subscriber-mgmt igmp-policy 
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

hosts

Syntax 
hosts
Context 
[Tree] (show>subscr-mgmt>vrgw>brg>gateway hosts)
Full Contexts 
show subscriber-mgmt vrgw brg gateway hosts
Description 

This command lists all the hosts connected to the BRG.

Output 

The following output is an example of BRG gateway host information.

Sample Output
Node# show subscriber-mgmt brg gateway brg-id "00:00:00:00:00:05" hosts
===============================================================================
Bridged Residential Gateway hosts
===============================================================================
Identifier                   : 00:00:00:00:00:05
MAC address                  : 00:02:00:00:00:19
IP address                   : 21.0.0.20
Service                      : 4 (VPRN)
Allocation type              : dynamic
Home-aware pool              : 00:00:00:00:00:05
DHCP lease                   : true
Remaining lease time         : 388
Lease start time             : 2016/01/18 17:44:44
Identifier                   : 00:00:00:00:00:05
MAC address                  : 00:02:00:00:00:19
IP address                   : 3ffe:0:0:5::
Service                      : 4 (VPRN)
Identifier                   : 00:00:00:00:00:05
MAC address                  : 00:02:00:00:00:1a
IP address                   : 21.0.0.21
Service                      : 4 (VPRN)
Allocation type              : dynamic
Home-aware pool              : 00:00:00:00:00:05
DHCP lease                   : true
Remaining lease time         : 392
Lease start time             : 2016/01/18 17:44:48
Identifier                   : 00:00:00:00:00:05
MAC address                  : 00:02:00:00:00:1a
IP address                   : 3ffe:0:0:5::
Service                      : 4 (VPRN)
Identifier                   : 00:00:00:00:00:05
MAC address                  : 00:02:00:00:00:1b
IP address                   : 21.0.0.22
Service                      : 4 (VPRN)
Allocation type              : dynamic
Home-aware pool              : 00:00:00:00:00:05
DHCP lease                   : true
Remaining lease time         : 396
Lease start time             : 2016/01/18 17:44:52
-------------------------------------------------------------------------------
No. of BRG hosts: 5
===============================================================================
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

hosts

Syntax 
hosts [detail] [fwd-service service-id] [grp-interface ip-int-name]
hosts [host ipv6-address] [group grp-ipv6-address] [detail]
hosts summary
Context 
[Tree] (show>router>mld hosts)
Full Contexts 
show router mld hosts
Description 

This command shows MLD hosts information.

Parameters 
grp-ipv6-address—
Specifies the group IPv6 address.
service-id
Specifies the service ID.
Values—
service-id: 1 to 2148278386
svc-name: up to 64 characters.

 

ip-int-name—
Specifies the IP interface name, up to 32 characters.
ipv6-address—
Specifies the IPv6 address.
Output 

The following output is an example of MLD host information.

Sample Output
A:Dut-C# show router mld hosts
==============================================================================
MLD Hosts
==============================================================================
Host                                          Subscriber
   Oper-State Oper-Ver Fwd-Svc Num-Groups Group-Interface
------------------------------------------------------------------------------
192:168:9::1                                  oli_1
   Up         2        1       0               grp-1-2-1
192:168:9::2                                  oli_1
   Up         2        1       0               grp-1-2-1
------------------------------------------------------------------------------
Hosts : 2
==============================================================================
A:Dut-C#
 
A:Dut-C# show router mld hosts detail
===============================================================================
MLD Host 192:168:9::1
===============================================================================
Oper Status      : Up         MacAddress     : 00:00:11:00:00:01
Oper Version     : 2          Subscriber     : oli_1
NumGrps          : 0          GrpItf         : grp-1-2-1
MaxGrps Till Now : 0          MLD Policy     : oli1
PPPoE SessionId  : N/A        Next Query Time: 0d 00:00:06
FwdSvcId         : 1          MaxSrcs Allowed: No Limit
MaxGrps Allowed  : No Limit   MaxGrpSrcs All*: No Limit
Qry Interval     : 125        Qry Last Lstnr*: 1
Qry Resp Interval: 10         Router Alert C*: Enabled
Bonding Conn Idx : 0          Bonding Id     : None
===============================================================================
MLD Host 192:168:9::2
===============================================================================
Oper Status      : Up         MacAddress     : 00:00:11:00:00:02
Oper Version     : 2          Subscriber     : oli_1
NumGrps          : 0          GrpItf         : grp-1-2-1
MaxGrps Till Now : 0          MLD Policy     : oli1
PPPoE SessionId  : N/A        Next Query Time: 0d 00:00:06
FwdSvcId         : 1          MaxSrcs Allowed: No Limit
MaxGrps Allowed  : No Limit   MaxGrpSrcs All*: No Limit
Qry Interval     : 125        Qry Last Lstnr*: 1
Qry Resp Interval: 10         Router Alert C*: Enabled
Bonding Conn Idx : 0          Bonding Id     : None
-------------------------------------------------------------------------------
Hosts : 2
===============================================================================
* indicates that the corresponding row element may have been truncated.
A:Dut-C#
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR

10.11. hs-attachment-policy

hs-attachment-policy

Syntax 
hs-attachment-policy [policy-name] [association | detail]
Context 
[Tree] (show>qos hs-attachment-policy)
Full Contexts 
show qos hs-attachment-policy
Description 

This command displays information about HS attachment policies in the system.

Parameters 
policy-name—
Displays information about the specified policy name, up to 32 characters.
association—
Displays the entities associated with all HS attachment policies or the specified HS attachment policy.
detail—
Displays detailed policy information, including policy associations, of all HS attachment policies, or the specified HS attachment policy.
Output 

The following output is an example of HS attachment policy information.

Sample Output
*A:PE# show qos hs-attachment-policy "default"
 
===============================================================================
HS Attachment Policy Information
===============================================================================
Policy Name             : default
Description             : Default hs attachment QoS policy
Low Burst Max Class     : 6
 
-------------------------------------------------------------------------------
Queue               Scheduling Class              WRR Group
-------------------------------------------------------------------------------
1                   (Not-Applicable)              1
2                   (Not-Applicable)              1
3                   (Not-Applicable)              1
4                   2                             (Not-Applicable)
5                   3                             (Not-Applicable)
6                   4                             (Not-Applicable)
7                   5                             (Not-Applicable)
8                   6                             (Not-Applicable)
 
-------------------------------------------------------------------------------
WRR Group           Scheduling Class
-------------------------------------------------------------------------------
1                   1
2                   unattached
===============================================================================
 
*A:PE# show qos hs-attachment-policy "hs-att-pol-1" detail
 
===============================================================================
HS Attachment Policy Information
===============================================================================
Policy Name             : hs-att-pol-1
Description             : (Not Specified)
Low Burst Max Class     : 1
 
-------------------------------------------------------------------------------
Queue               Scheduling Class              WRR Group
-------------------------------------------------------------------------------
1                   (Not-Applicable)              1
2                   (Not-Applicable)              1
3                   unattached                    unattached
4                   unattached                    unattached
5                   unattached                    unattached
6                   4                             (Not-Applicable)
7                   5                             (Not-Applicable)
8                   6                             (Not-Applicable)
 
-------------------------------------------------------------------------------
WRR Group           Scheduling Class
-------------------------------------------------------------------------------
1                   1
2                   unattached
 
-------------------------------------------------------------------------------
Associations
-------------------------------------------------------------------------------
Network-Queue Policy
-------------------------------------------------------------------------------
10
 
Sap-Egress Policy
-------------------------------------------------------------------------------
10
20
 
Egress Queue-Group Templates
-------------------------------------------------------------------------------
queue-group-1
 
-------------------------------------------------------------------------------
===============================================================================
*A:PE#
Supported Platforms 

7750 SR-7/12/12e

10.12. hs-pool-policy

hs-pool-policy

Syntax 
hs-pool-policy [policy-name] [association | detail]
Context 
[Tree] (show>qos hs-pool-policy)
Full Contexts 
show qos hs-pool-policy
Description 

This command displays information about HS pool policies in the system.

Parameters 
policy-name—
Displays information about the specified HS pool policy name, up to 32 characters.
association—
Displays the entities associated with all HS pool policies or the specified HS pool policy.
detail—
Displays detailed policy information, including policy associations, of all HS pool policies or the specified HS pool policy.
Output 

The following output is an example of HS pool policy information.

Sample Output
*A:PE# show qos hs-pool-policy
 
===============================================================================
HS Pool Policy Summary
===============================================================================
Policy Name              Description
-------------------------------------------------------------------------------
default                  Default hs pool QoS policy
hs-pool-pol-1            (Not Specified)
-------------------------------------------------------------------------------
No. of Policies: 2
===============================================================================
 
*A:PE# show qos hs-pool-policy default detail
 
===============================================================================
HS Pool Policy Information
===============================================================================
Policy Name             : default
Description             : Default hs pool QoS policy
System Reserve          : 5.00
 
-------------------------------------------------------------------------------
Root Pool Information
-------------------------------------------------------------------------------
Pool Id                 : 1             Allocation Weight   : 75
Slope Policy            : _tmnx_hs_default
Pool Id                 : 2             Allocation Weight   : 25
Slope Policy            : _tmnx_hs_default
Pool Id                 : 3             Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 4             Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 5             Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 6             Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 7             Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 8             Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 9             Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 10            Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 11            Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 12            Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 13            Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 14            Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 15            Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 16            Allocation Weight   : 0
Slope Policy            : _tmnx_hs_default
 
-------------------------------------------------------------------------------
 
-------------------------------------------------------------------------------
Mid Pool Information
-------------------------------------------------------------------------------
Pool Id                 : 1             Allocation Percent  : 40.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 1
Slope Policy            : _tmnx_hs_default
Pool Id                 : 2             Allocation Percent  : 35.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 1
Slope Policy            : _tmnx_hs_default
Pool Id                 : 3             Allocation Percent  : 30.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 1
Slope Policy            : _tmnx_hs_default
Pool Id                 : 4             Allocation Percent  : 25.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 1
Slope Policy            : _tmnx_hs_default
Pool Id                 : 5             Allocation Percent  : 80.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 2
Slope Policy            : _tmnx_hs_default
Pool Id                 : 6             Allocation Percent  : 20.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 2
Slope Policy            : _tmnx_hs_default
Pool Id                 : 7             Allocation Percent  : 1.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 8             Allocation Percent  : 1.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 9             Allocation Percent  : 1.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 10            Allocation Percent  : 1.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 11            Allocation Percent  : 1.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 12            Allocation Percent  : 1.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 13            Allocation Percent  : 1.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 14            Allocation Percent  : 1.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 15            Allocation Percent  : 1.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 0
Slope Policy            : _tmnx_hs_default
Pool Id                 : 16            Allocation Percent  : 1.00
Port BW Oversub Factor  : 1             Parent Root Pool    : 0
Slope Policy            : _tmnx_hs_default
 
-------------------------------------------------------------------------------
 
-------------------------------------------------------------------------------
Card Forwarding Plane (FP) Associations
-------------------------------------------------------------------------------
Card                FP
-------------------------------------------------------------------------------
1                   1
 
-------------------------------------------------------------------------------
===============================================================================
*A:PE#
Supported Platforms 

7750 SR-7/12/12e

10.13. hs-pools

hs-pools

Syntax 
hs-pools card-slot-number fp forwarding-plane egress
hs-pools port port-id egress
hs-pools port port-id egress network-queues
hs-pools port port-id egress queue-group queue-group-name [instance instance-id]
hs-pools port port-id egress sap sap-id
hs-pools port port-id egress subscriber sub-ident-string
Context 
[Tree] (show hs-pools)
Full Contexts 
show hs-pools
Description 

This command shows the egress pool information relating to an HSQ IOM.

The card and fp output shows the total buffer allocation, the number of allocated buffers, the available buffer allocation, and the buffer high-water marks for the system pools and the hierarchy of user-provisioned root and mid pools on the specified card and FP. The output includes the applied slope policy and the related instantaneous slope drop probabilities (as a percentage) for the user-provisioned pools.

The port output adds the port class pool information to the above hierarchy of user-provisioned pools for the specified port. The queue information for network queues, queue group instances, SAPs, or subscribers on the specified port is included when the associated parameter is added.

Parameters 
card-slot-number—
Displays information for the specified card slot.
Values—
Depending on the chassis model, IOM slots are numbered from 1 to 10.

 

forwarding-plane—
Displays information for the specified forwarding plane.
Values—
1

 

port-id
Displays information about the specified physical port ID in the slot/mda/port format.
network-queues—
Displays information about the egress network queues on the specified port.
queue-group-name
Displays information about the specified queue group name, up to 32 characters.
instance-id
Displays information about the specified queue group instance.
Values—
1 to 65535

 

sap-id
Displays information about the specified SAP, up to 64 characters, on the specified port.
sub-ident-string—
Displays information about the specified subscriber, up to 64 characters, on the specified port.
Output 

The following output is an example of HS pool information.

Sample Output
*A:PE4# show hs-pools port 1/1/2 egress sap 1/1/2:1
 
===============================================================================
HS Pools Port Information
===============================================================================
Port               : 1/1/2
 
-------------------------------------------------------------------------------
System Pool Information
-------------------------------------------------------------------------------
Total Buffers      : 209412 KB          Allocated          : 0 KB
Available          : 209412 KB          High Water Mark    : 0 KB
-------------------------------------------------------------------------------
Buffer Pool Hierarchy Information
-------------------------------------------------------------------------------
 
Root Pool : 1
|  Total               : 2984148 KB  Allocated         : 0 KB
|  Available           : 2984148 KB  High Water Mark   : 0 KB
|  Hi-Slope Drop Prob  : 0           Lo-Slope Drop Prob: 0
|  Excd-Slope Drop Prob: 0
|  Hs Slope Policy     : _tmnx_hs_default
|
|--- Mid Pool : 1
|     | Total               : 1193658 KB  Allocated         : 0 KB
|     | Available           : 1193658 KB  High Water Mark   : 0 KB
|     | Hi-Slope Drop Prob  : 0           Lo-Slope Drop Prob: 0
|     | Excd-Slope Drop Prob: 0
|     | Hs Slope Policy     : _tmnx_hs_default
|     |
|     |--- Std Port Class Pool : 6
|     |      Total               : 596828 KB   Allocated         : 0 KB
|     |      Available           : 596828 KB   High Water Mark   : 0 KB
|     |      Hi-Slope Drop Prob  : 0           Lo-Slope Drop Prob: 0
|     |      Excd-Slope Drop Prob: 0
|     |      Hs Slope Policy     : _tmnx_hs_default
|     |
|--- Mid Pool : 2
|     | Total               : 1044450 KB  Allocated         : 0 KB
|     | Available           : 1044450 KB  High Water Mark   : 0 KB
|     | Hi-Slope Drop Prob  : 0           Lo-Slope Drop Prob: 0
|     | Excd-Slope Drop Prob: 0
|     | Hs Slope Policy     : _tmnx_hs_default
|     |
|     |--- Std Port Class Pool : 5
|     |      Total               : 522224 KB   Allocated         : 0 KB
|     |      Available           : 522224 KB   High Water Mark   : 0 KB
|     |      Hi-Slope Drop Prob  : 0           Lo-Slope Drop Prob: 0
|     |      Excd-Slope Drop Prob: 0
|     |      Hs Slope Policy     : _tmnx_hs_default
|     |
|--- Mid Pool : 3
|     | Total               : 895244 KB   Allocated         : 0 KB
|     | Available           : 895244 KB   High Water Mark   : 0 KB
|     | Hi-Slope Drop Prob  : 0           Lo-Slope Drop Prob: 0
|     | Excd-Slope Drop Prob: 0
|     | Hs Slope Policy     : _tmnx_hs_default
|     |
|     |--- Std Port Class Pool : 4
|     |      Total               : 447622 KB   Allocated         : 0 KB
|     |      Available           : 447622 KB   High Water Mark   : 0 KB
|     |      Hi-Slope Drop Prob  : 0           Lo-Slope Drop Prob: 0
|     |      Excd-Slope Drop Prob: 0
|     |      Hs Slope Policy     : _tmnx_hs_default
|     |
|--- Mid Pool : 4
|     | Total               : 746036 KB   Allocated         : 0 KB
|     | Available           : 746036 KB   High Water Mark   : 0 KB
|     | Hi-Slope Drop Prob  : 0           Lo-Slope Drop Prob: 0
|     | Excd-Slope Drop Prob: 0
|     | Hs Slope Policy     : _tmnx_hs_default
|     |
|     |--- Std Port Class Pool : 1
|     |      Total               : 373018 KB   Allocated         : 0 KB
|     |      Available           : 373018 KB   High Water Mark   : 0 KB
|     |      Hi-Slope Drop Prob  : 0           Lo-Slope Drop Prob: 0
|     |      Excd-Slope Drop Prob: 0
|     |      Hs Slope Policy     : hs-slope-1
|     |
Root Pool : 2
|  Total               : 994716 KB   Allocated         : 0 KB
|  Available           : 994716 KB   High Water Mark   : 0 KB
|  Hi-Slope Drop Prob  : 0           Lo-Slope Drop Prob: 0
|  Excd-Slope Drop Prob: 0
|  Hs Slope Policy     : _tmnx_hs_default
|
|--- Mid Pool : 5
|     | Total               : 795772 KB   Allocated         : 0 KB
|     | Available           : 795772 KB   High Water Mark   : 0 KB
|     | Hi-Slope Drop Prob  : 0           Lo-Slope Drop Prob: 0
|     | Excd-Slope Drop Prob: 0
|     | Hs Slope Policy     : _tmnx_hs_default
|     |
|--- Mid Pool : 6
|     | Total               : 198942 KB   Allocated         : 0 KB
|     | Available           : 198942 KB   High Water Mark   : 0 KB
|     | Hi-Slope Drop Prob  : 0           Lo-Slope Drop Prob: 0
|     | Excd-Slope Drop Prob: 0
|     | Hs Slope Policy     : _tmnx_hs_default
|     |
 
-------------------------------------------------------------------------------
Queue Information
-------------------------------------------------------------------------------
Queue Name         : 1->1/1/2:1->1
FC Map             : be l2 l1 h2 nc
Admin PIR          : 40000              Oper PIR               : 0
Admin MBS          : 64 KB              Oper MBS               : 64 KB
HS Wrr Group       : 1
HS Wrr Class Weight: 1                  HS Wrr Weight          : 2
Depth              : 0
HS Class           : 1                  HS Alt Port Class Pool : No
HS Slope Policy    : _tmnx_hs_default
Queue Name         : 1->1/1/2:1->2
FC Map             : af
Admin PIR          : 40000              Oper PIR               : 0
Admin MBS          : 64 KB              Oper MBS               : 64 KB
HS Wrr Group       : 1
HS Wrr Class Weight: 1                  HS Wrr Weight          : 1
Depth              : 0
HS Class           : 1                  HS Alt Port Class Pool : No
HS Slope Policy    : _tmnx_hs_default
Queue Name         : 1->1/1/2:1->6
FC Map             : ef
Admin PIR          : 20000              Oper PIR               : 20000
Admin MBS          : 64 KB              Oper MBS               : 64 KB
HS Wrr Group       : (not-applicable)
HS Wrr Class Weight: 1                  HS Wrr Weight          : 0
Depth              : 0
HS Class           : 4                  HS Alt Port Class Pool : No
HS Slope Policy    : _tmnx_hs_default
Queue Name         : 1->1/1/2:1->7
FC Map             : h1
Admin PIR          : 10000              Oper PIR               : 10000
Admin MBS          : 64 KB              Oper MBS               : 64 KB
HS Wrr Group       : (not-applicable)
HS Wrr Class Weight: 1                  HS Wrr Weight          : 0
Depth              : 0
HS Class           : 5                  HS Alt Port Class Pool : No
HS Slope Policy    : _tmnx_hs_default
 
-------------------------------------------------------------------------------
===============================================================================
Supported Platforms 

7750 SR-7/12/12e

10.14. hs-port-pool-policy

hs-port-pool-policy

Syntax 
hs-port-pool-policy [policy-name] [association | detail]
Context 
[Tree] (show>qos hs-port-pool-policy)
Full Contexts 
show qos hs-port-pool-policy
Description 

This command displays information about HS port pool policies in the system.

Parameters 
policy-name—
Displays information about the specified HS port pool policy name, up to 32 characters.
association—
Displays the entities associated with all HS port pool policies or the specified HS port pool policy.
detail—
Displays detailed policy information, including policy associations, of all HS port pool policies, or the specified HS port pool policy.
Output 

The following output is an example of HS port pool policy information.

Sample Output
*A:PE# show qos hs-port-pool-policy
 
===============================================================================
HS Port Pool Policy Summary
===============================================================================
Policy Name              Description
-------------------------------------------------------------------------------
default                  Default hs port pool QoS policy
no-class-pools           (Not Specified)
hs-port-pool-pol-1       (Not Specified)
-------------------------------------------------------------------------------
No. of Policies: 3
===============================================================================
*A:PE# show qos hs-port-pool-policy default detail
 
===============================================================================
HS Port Pool Policy Information
===============================================================================
Policy Name             : default
Description             : Default hs port pool QoS policy
 
-------------------------------------------------------------------------------
Standard Port Class Pool Information
-------------------------------------------------------------------------------
Class Id                : 1             Parent Mid Pool     : 1
Alloc Port BW Weight    : 1             Alloc Explicit Prcnt: 0.00
Slope Policy            : _tmnx_hs_default
Class Id                : 2             Parent Mid Pool     : 2
Alloc Port BW Weight    : 1             Alloc Explicit Prcnt: 0.00
Slope Policy            : _tmnx_hs_default
Class Id                : 3             Parent Mid Pool     : 3
Alloc Port BW Weight    : 1             Alloc Explicit Prcnt: 0.00
Slope Policy            : _tmnx_hs_default
Class Id                : 4             Parent Mid Pool     : 4
Alloc Port BW Weight    : 1             Alloc Explicit Prcnt: 0.00
Slope Policy            : _tmnx_hs_default
Class Id                : 5             Parent Mid Pool     : 5
Alloc Port BW Weight    : 1             Alloc Explicit Prcnt: 0.00
Slope Policy            : _tmnx_hs_default
Class Id                : 6             Parent Mid Pool     : 6
Alloc Port BW Weight    : 1             Alloc Explicit Prcnt: 0.00
Slope Policy            : _tmnx_hs_default
 
-------------------------------------------------------------------------------
 
-------------------------------------------------------------------------------
Alternate Port Class Pool Information
-------------------------------------------------------------------------------
Class Id                : 1             Parent Mid Pool     : 0
Alloc Port BW Weight    : 1             Alloc Explicit Prcnt: 0.00
Slope Policy            : _tmnx_hs_default
Class Id                : 2             Parent Mid Pool     : 0
Alloc Port BW Weight    : 1             Alloc Explicit Prcnt: 0.00
Slope Policy            : _tmnx_hs_default
Class Id                : 3             Parent Mid Pool     : 0
Alloc Port BW Weight    : 1             Alloc Explicit Prcnt: 0.00
Slope Policy            : _tmnx_hs_default
Class Id                : 4             Parent Mid Pool     : 0
Alloc Port BW Weight    : 1             Alloc Explicit Prcnt: 0.00
Slope Policy            : _tmnx_hs_default
Class Id                : 5             Parent Mid Pool     : 0
Alloc Port BW Weight    : 1             Alloc Explicit Prcnt: 0.00
Slope Policy            : _tmnx_hs_default
Class Id                : 6             Parent Mid Pool     : 0
Alloc Port BW Weight    : 1             Alloc Explicit Prcnt: 0.00
Slope Policy            : _tmnx_hs_default
 
-------------------------------------------------------------------------------
 
-------------------------------------------------------------------------------
Port Ethernet Egress Associations
-------------------------------------------------------------------------------
1/2/1
-------------------------------------------------------------------------------
===============================================================================
*A:PE#
Supported Platforms 

7750 SR-7/12/12e

10.15. hs-scheduler-hierarchy

hs-scheduler-hierarchy

Syntax 
hs-scheduler-hierarchy port port-id [hs-secondary-shaper shaper-name] [interval time-in-seconds]
hs-scheduler-hierarchy port port-id [interval time-in-seconds] hs-secondary-shapers
hs-scheduler-hierarchy port port-id [interval time-in-seconds] queue-group queue-group-name instance instance-id {access | network}
hs-scheduler-hierarchy sap sap-id egress [interval time-in-seconds]
hs-scheduler-hierarchy subscriber sub-ident egress [interval time-in-seconds]
Context 
[Tree] (show>qos hs-scheduler-hierarchy)
Full Contexts 
show qos hs-scheduler-hierarchy
Description 

This command displays the egress HS scheduler hierarchy for the HS scheduler policy applied to the related port. The output includes the current maximum rate and each scheduling class rate on the port. The parameters allow for the current rates for the scheduling classes for all HS secondary shapers or a specific HS secondary shaper, or for the queue rates in a specified access or network queue group instance, SAP or subscriber to be included in the output.

Parameters 
port-id—
Specifies the physical port ID in the slot/mda/port format.
shaper-name—
Displays information about the specified HS secondary name, up to 32 characters, and includes the scheduling class rates for the HS secondary shaper on the port.
time-in-seconds—
Displays the time interval used to calculate the rates, in seconds.
Values—
1 to 5

 

hs-secondary-shapers—
Displays information about scheduling class rates for all HS secondary shapers on the port.
queue-group-name—
Displays information about the specified queue group name on the port, up to 32 characters.
instance-id—
Displays information about the specified queue group instance.
Values—
1 to 65535

 

sap-id—
Displays information about the queue rates for the specified SAP, up to 64 characters, on the specified port.
sub-ident—
Displays information about the specified subscriber, up to 64 characters, on the specified port.
Output 

The following output is an example of HS scheduler hierarchy information.

Sample Output
*A:PE# show qos hs-scheduler-hierarchy port 1/1/1 hs-secondary-shaper "default"
 
===============================================================================
Hs Scheduler Hierarchy Information
===============================================================================
Hs Sched Policy Name         : hs-sched-pol-1
 
Port Max-Rate : 0 Mbps
Hs-Sec-Shaper:default Agg-Rate : 0 Kbps
 
Scheduler Priority 6
  Scheduler Class 6  Rate : 0 Mbps
    Hs-Sec-Shaper:default Class 6 Rate : 0 Kbps
 
Scheduler Priority 5
  Scheduler Class 5  Rate : 0 Mbps
    Hs-Sec-Shaper:default Class 5 Rate : 0 Kbps
 
Scheduler Priority 4
  Scheduler Class 4  Rate : 0 Mbps
    Hs-Sec-Shaper:default Class 4 Rate : 0 Kbps
 
Scheduler Priority 3
  Scheduler Class 3  Rate : 0 Mbps
    Hs-Sec-Shaper:default Class 3 Rate : 0 Kbps
 
Scheduler Priority 2
  Scheduler Class 2  Rate : 0 Mbps
    Hs-Sec-Shaper:default Class 2 Rate : 0 Kbps
 
Scheduler Priority 1
  Scheduler Class 1  Rate : 0 Mbps
    Hs-Sec-Shaper:default Class 1 Rate : 0 Kbps
===============================================================================
*A:PE# show qos hs-scheduler-hierarchy port 1/1/1 hs-secondary-shapers
 
===============================================================================
Hs Scheduler Hierarchy Information
===============================================================================
Hs Sched Policy Name         : hs-sched-pol-1
 
Port Max-Rate : 0 Mbps
 
Scheduler Priority 6
  Scheduler Class 6  Rate : 0 Mbps
 
Scheduler Priority 5
  Scheduler Class 5  Rate : 0 Mbps
 
Scheduler Priority 4
  Scheduler Class 4  Rate : 0 Mbps
 
Scheduler Priority 3
  Scheduler Class 3  Rate : 0 Mbps
 
Scheduler Priority 2
  Scheduler Class 2  Rate : 0 Mbps
 
Scheduler Priority 1
  Scheduler Class 1  Rate : 0 Mbps
 
-------------------------------------------------------------------------------
HS Secondary Shaper Rates
-------------------------------------------------------------------------------
Hs-Sec-Shaper:default Agg-Rate : 0 Kbps
        Class 6     Rate : 0 Kbps
        Class 5     Rate : 0 Kbps
        Class 4     Rate : 0 Kbps
        Class 3     Rate : 0 Kbps
        Class 2     Rate : 0 Kbps
        Class 1     Rate : 0 Kbps
 
-------------------------------------------------------------------------------
===============================================================================
*A:PE#
Supported Platforms 

7750 SR-7/12/12e

10.16. hs-scheduler-policy

hs-scheduler-policy

Syntax 
hs-scheduler-policy [policy-name] [association | detail]
Context 
[Tree] (show>qos hs-scheduler-policy)
Full Contexts 
show qos hs-scheduler-policy
Description 

This command displays information about HS scheduler policies in the system.

Parameters 
policy-name—
Displays information about the specified HS scheduler policy name, up to 32 characters.
association—
Displays the entities associated with all HS scheduler policies or the specified HS pool policy.
detail—
Displays the policy information, including policy associations, of all HS scheduler policies or the specified HS scheduler policy.
Output 

The following output is an example of HS scheduler policy information.

Sample Output
*A:PE# show qos hs-scheduler-policy
 
===============================================================================
HS Scheduler Policy Summary
===============================================================================
Policy Name              Description
-------------------------------------------------------------------------------
default                  Default hs scheduler QoS policy
hs-sched-pol-1           (Not Specified)
-------------------------------------------------------------------------------
No. of Policies: 2
===============================================================================
 
*A:PE# show qos hs-scheduler-policy "default" detail
 
===============================================================================
HS Scheduler Policy Information
===============================================================================
Policy Name             : default
Description             : Default hs scheduler QoS policy
Max Rate                : max
 
-------------------------------------------------------------------------------
Scheduling Class    Rate                Group               Weight in Group
-------------------------------------------------------------------------------
1                   max                 0                   1
2                   max                 0                   1
3                   max                 0                   1
4                   max                 0                   1
5                   max                 0                   1
6                   max                 0                   1
 
-------------------------------------------------------------------------------
Group               Rate
-------------------------------------------------------------------------------
1                   max
 
-------------------------------------------------------------------------------
Port Ethernet Egress Associations
 
-------------------------------------------------------------------------------
1/1/2
1/1/3
1/1/4
1/1/5
1/1/6
1/1/7
1/1/8
1/1/9
1/1/10
1/2/1
-------------------------------------------------------------------------------
===============================================================================
*A:PE#
Supported Platforms 

7750 SR-7/12/12e

10.17. http-client

http-client

Syntax 
http-client any
http-client [ip-address/prefix-length]
http-client [ipv6-address/prefix-length]
Context 
[Tree] (tools>dump>router>web-rd http-client)
Full Contexts 
tools dump router web-rd http-client
Description 

Commands in this context dump the HTTP client hash table.

Parameters 
any—
Specifies all HTTP clients.
ip-address/prefix-length—
Dumps HTTP clients only matching the specified IP address and prefix length.
Values—

ip-address:

a.b.c.d

prefix-length:

0 to 32

 

ipv6-address/prefix-length—
Dumps HTTP clients only matching the specified IPv6 address and prefix length.
Values—

ipv6-address:

x:x:x:x:x:x:x:x (eight 16-bit pieces)

x:x:x:x:x:x:d.d.d.d

x: [0 to FFFF]H

d: [0 to 255]D

prefix-length:

0 to 128

 

Output 

The following output is an example of HTTP client information.

Sample Output
*A:Dut-F#  tools dump router web-rd http-client any
 
===========================================================================
Webredirect HTTP Clients
===========================================================================
SvcId                      MAC Address          Connection Rate (conn/min)
        IP Address
---------------------------------------------------------------------------
31                         10:00:00:00:14:22    1
        7fe1:0:0:1::
31                         10:00:00:00:14:21    1
        30.0.0.2
---------------------------------------------------------------------------
No. of HTTP clients: 2/2
===========================================================================
Supported Platforms 

All

10.18. http-enrich

http-enrich

Syntax 
http-enrich
Context 
[Tree] (show>app-assure http-enrich)
Full Contexts 
show application-assurance http-enrich
Description 

This command displays HTTP enrichment static definitions.

Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

http-enrich

Syntax 
http-enrich enrichment-name
Context 
[Tree] (show>app-assure>group http-enrich)
Full Contexts 
show application-assurance group http-enrich
Description 

This command displays HTTP enrichment information.

Parameters 
enrichment-name—
Specifies the name of the HTTP enrichment policy, up to 32 characters.
Output 

The following is an example of the output for the http-enrich command and Table 175 describes the output fields.

Sample Output HTTP Enrichment
show application-assurance group 1 http-enrich "MyTemplate"        
===============================================================================
Application Assurance Group 1 HTTP Enrichment "MyTemplate"
===============================================================================
Description   : (Not Specified)
Admin Status  : Up
AQP Referenced: No
 
-------------------------------------------------------------------------------
Name                        Field                       Enabled
                                                        Features
-------------------------------------------------------------------------------
subscriber-ip               MyField                     M
subscriber-id               Sub-ID                      AC
i msi                       I MSI
msi sdn                     MSI SDN
rat                         RAT
-------------------------------------------------------------------------------
                     A=anti-spoof,C=encode-cert,M=encode-md5,R=encode-rc4
----------------------------------------------------------------------
Group               Enriched                 Not Enriched
----------------------------------------------------------------------
1                   0                        0
----------------------------------------------------------------------
Total               0                        0
----------------------------------------------------------------------
===============================================================================
Table 175:  Show HTTP Enrichment Output Fields

Label

Description

Description

HTTP header enrichment template description string

Admin Status

Administrative state of the HTTP header enrichment template

AQP Referenced

Referenced Application QoS Policy (AQP)

Name

Type of field with which HTTP traffic is enriched

Field

Header name that AA adds in the HTTP packet

Enabled features

Features configured for the specified field

Group

AA group to which the HTTP enrichment policy is applied

Enriched

Number of times the HTTP traffic for the specified AA group was enriched

Not Enriched

Number of times the HTTP traffic for the specified AA group was not enriched

Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

10.19. http-error-redirect

http-error-redirect

Syntax 
http-error-redirect redirect-name
Context 
[Tree] (show>app-assure>group http-error-redirect)
Full Contexts 
show application-assurance group http-error-redirect
Description 

Commands in this context display http-error-redirect static definitions.

Parameters 
redirect-name—
Specifies the HTTP error redirect policy, up to 32 characters.
Output 

The following is an example show output for the policy command.

Sample Output
*A:cses-E11>show application-assurance group 1 http-error-redirect <redirect-name>
===============================================================================
Application-Assurance Group 1 http-error-redirect <redirect-name>
===============================================================================
description    : <description-string>
template       : <template-id>
               : text description of template
participant-id : <string>
http-host      : <http-host-name>
error code     : <http-error-code>    custom-msg-size : <msg size>
admin status   : Up
-------------------------------------------------------------------------------
Grp:Part  Error     Redirects    Redirects Not Sent
          Code      Sent         > Custom     Out ofFile    Error
                             size  Resourcetype
-------------------------------------------------------------------------------
1:1       404     1250          52            10           10
1:56789   404     2000          952           81           01
-------------------------------------------------------------------------------
Total               3250      1004          91           1     1
----------------------------------------------------------------
================================================================
*A:cses-E11>
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

10.20. http-host-recorder detail

http-host-recorder detail

Syntax 
http-host-recorder detail [isa mda-id] url file-url
Context 
[Tree] (tools>dump>app-assure>group http-host-recorder detail)
Full Contexts 
tools dump application-assurance group http-host-recorder detail
Description 

This command saves the http host values recorded by the tool into a file. The http-host-recorder is configured using debug commands.

Parameters 
isa mda-id —
Specifies the AA ISA.
Values—
slot 1 to 10, mda 1 to 2

 

url file-url
Specifies the URL for the file to direct the http-host-recorder output to.
Values—

local-url:

<cflash-id>/][<file-path>]

200 chars max, including cflash-id

directory length 99 chars max each

remote-url:

[{ftp://| tftp://}<login>:<pswd>@<remote-locn>/][<file-path>]

255 chars max

directory length 99 chars max each

remote-locn:

<hostname> | <ipv4-address> | <ipv6-address> ]

ipv4-address

a.b.c.d

ipv6-address

x:x:x:x:x:x:x:x[-interface]

x:x:x:x:x:x:d.d.d.d[-interface]

x - [0..FFFF]H

d - [0..255]D

interface

32 chars max, for link local addresses

cflash-id

flash slot ID

 

10.21. http-host-recorder status

http-host-recorder status

Syntax 
http-host-recorder status [isa mda-id]
Context 
[Tree] (tools>dump>app-assure>group http-host-recorder status)
Full Contexts 
tools dump application-assurance group http-host-recorder status
Description 

This command displays the current status of the http-host-recorder with current-time, start-time, stop-time, sample-rates, filters, buffer as well as number of bytes and flows recorded for the specified AA ISA. The http-host-recorder is configured using debug commands.

Parameters 
isa mda-id
Specifies the AA ISA
Values—
slot 1 to 10, mda 1 to 2

 

10.22. http-host-recorder top

http-host-recorder top

Syntax 
http-host-recorder top granularity [max-count max-count] [isa mda-id]
Context 
[Tree] (tools>dump>app-assure>group http-host-recorder top)
Full Contexts 
tools dump application-assurance group http-host-recorder top
Description 

This command configures dump application-assurance http-host-recorder information.

Parameters 
granularity —
Specifies if the output is sorted by bytes or flows.
Values—
bytes, flows

 

max-count max-count
Specifies the maximum count of flows to display.
Values—
1 to 25

 

isa mda-id
Specifies the AA ISA
Values—
slot 1 to 10 mda 1 to 2

 

10.23. http-notification

http-notification

Syntax 
http-notification
Context 
[Tree] (show>app-assure http-notification)
Full Contexts 
show application-assurance http-notification
Description 

This command displays HTTP notification static definitions.

Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

http-notification

Syntax 
http-notification http-notification-name [summary]
Context 
[Tree] (show>app-assure>group http-notification)
Full Contexts 
show application-assurance group http-notification
Description 

This command displays information about the configured http-notification policy with associated raw statistics:

  1. Template: Template Id in use
  2. Script URL: URL address of the script used in the notification message
  3. Admin Status: Up / Down
  4. AQP Referenced: Yes/No
  5. Notified: Total number of notifications sent
  6. Notification criteria selection not matched: Number of HTTP request not matching the selection criteria for in browser notification
Parameters 
http-notification-name—
Displays the name of the http-notification policy.
Output 

The following is an example show output for the http-notification command.

Sample Output
A:7750# show application-assurance group 1 http-notification "in-browser-notification"
===============================================================================
Application Assurance Group 1 HTTP Notification "in-browser-notification"
===============================================================================
Description  : IBN Demo ALU Message
Template     : 1 - Javascript-url with subId and optional Http-Url-Param
Script URL   : http://10.1.1.1/In-Browser-Notification/script.js
Admin Status : Up
AQP Ref      : Yes
-------------------------------------------------------------------------
                                  Notified        Notification Selection
                                                    Criteria Not Matched
-------------------------------------------------------------------------
1:1                                      3                             0
1:2                                      2                             0
1:3                                      0                             0
1:4                                      0                             0
1:5                                      0                             0
-------------------------------------------------------------------------
Total                                    5                             0
-------------------------------------------------------------------------
===============================================================================
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

10.24. http-redirect

http-redirect

Syntax 
http-redirect
Context 
[Tree] (show>app-assure http-redirect)
Full Contexts 
show application-assurance http-redirect
Description 

This command displays HTTP redirect static definitions.

Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

http-redirect

Syntax 
http-redirect redirect-name [detail]
Context 
[Tree] (show>app-assure>group http-redirect)
Full Contexts 
show application-assurance group http-redirect
Description 

This command displays application assurance http-redirect statistics and status information.

Parameters 
redirect-name—
Specifies the name of the http-redirect policy.
detail—
Displays detailed information.
Output 

The following table describes the show command output fields:

Table 176:  Show HTTP Redirect Output Fields

Label

Description

Template

Specifies HTTP redirect template id information. Each HTTP redirect template returns a specific HTTP redirect message such as HTTP 302 or Javascript and can optionally use macro substitution.

Redirect URL

Specifies the address the subscriber will be redirected to.

Captive Redirect

Specifies Yes if captive redirect is used and No if captive redirect is not used.

Redirect HTTPS

Specifies Yes if redirect https is used and No if redirect https is not used.

VLAN ID

Specifies the AA interface VLAN id used for captive redirect.

Admin Status

Specifies the administrative status (Up/Down) of the HTTP redirect policy.

AQP Ref

Specifies Yes if the HTTP redirect policy is referenced in AQP, and No if it is not.

Sample Output
*A:7750# show application-assurance group 1 http-redirect "redirect-portal"
 
===============================================================================
Application Assurance Group 1 HTTP Redirect redirect-portal
===============================================================================
Description        : (Not Specified)
Template           : 5
                   : Redirect supporting macro substitution using HTTP 302
Redirect URL       : http://172.16.70.100/Redirect/redirect-
portal.html?RequestedURL=$URL
Captive Redirect   : Yes
    Redirect HTTPS : Yes
    VLAN ID        : 20
Admin Status       : Up
AQP Ref            : Yes
 
-------------------------------------------------------------------------------
Summary Statistics
-------------------------------------------------------------------------------
Grp:Part             Redirects           Client Resets               Redirects
                          Sent                    Sent                Not Sent
-------------------------------------------------------------------------------
1:1                          0                       0                       0
1:2                          0                       0                       0
1:3                          0                       0                       0
-------------------------------------------------------------------------------
Total                        0                       0                       0
-------------------------------------------------------------------------------
===============================================================================
Supported Platforms 

7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR

http-redirect

Syntax 
http-redirect [detail]
Context 
[Tree] (tools>dump>filter>resources http-redirect)
Full Contexts 
tools dump filter resources http-redirect
Description 

This command displays the number of unique and total installed HTTP redirect destinations per system.

Parameters 
detail—
Displays the number of unique and total installed HTTP redirect destinations per system, together with a list of unique HTTP redirect destinations.
Output 

The following output is an example of filter resource HTTP redirect information.

Sample Output
A:SROS# /tools dump filter resources http-redirect detail
===============================================================================
Unique http-redirects
===============================================================================
Num   Not emb.       Emb. Override URL
-------------------------------------------------------------------------------
  1          1          0 no ovr.  http://portal_1.com
-------------------------------------------------------------------------------
  2         10          1 no ovr.  http://portal_2.com
-------------------------------------------------------------------------------
  3          1          0 no ovr.  http://portal_3.com
-------------------------------------------------------------------------------
  4          1          0 no ovr.  http://portal_4.com
-------------------------------------------------------------------------------
  5          1          0 no ovr.  http://portal_5.com
===============================================================================
====================================
Http-redirects
====================================
Name                          Count
------------------------------------
Unique redirects                  5
Not embedded redirects           14
Embedded redirects                1
All redirects                    15
====================================
Supported Platforms 

All