RSVP Multipath Commands
This chapter is a reference for RSVP Multipath commands:
description
Use this command to add a description to the multipath group or update an existing description. 
Use the no parameter to remove the description.
Command Syntax
    description LINE
    no description
Parameter
LINE
Line describing the purpose of RSVP multipath Group
Default
By default, description is empty.
Command Mode
Multipath mode 
Applicability
This command was introduced in OcNOS version 5.0.
Examples
#configure terminal
(config)#rsvp-multipath mygroup
(config-multipath)# description "For example purpose"
(config-multipath)# no description
 
 
multipath-group
Use this command to configure a multipath group on the RSVP trunk. When multipath group is configured on the trunk, trunk will become member of multipath group.
Use the no parameter to remove multipath group from RSVP trunk.
Command Syntax
multipath-group GROUPNAME
no multipath-group
 
Parameter
GROUPNAME	
Name of the multipath group 
Default
By default, parameter is not configured.
Command Mode
Trunk mode 
Applicability
This command was introduced in OcNOS version 5.0.
Examples
#configure terminal
(config)#rsvp-trunk to_dest1
(config-trunk)# multipath-group mygroup
(config-trunk)# no multipath-group
 
 
 
 
 
rsvp-multipath
Use this command to create a new multipath group or enter the existing group to update any group parameter. 
Use the no parameter with this command to remove an RSVP multipath group.
Command Syntax
rsvp-multipath GROUPNAME
no rsvp-multipath GROUPNAME
Parameter
GROUPNAME
Name of the multipath group
Default
By default, rsvp multipath is not configured.
Command Mode
Configure mode
Applicability
This command was introduced in OcNOS version 5.0.
Examples
The command prompt changes from config to config-multipath as illustrated below:
#configure terminal
#(config)#rsvp-multipath mygroup
#(config-multipath)#exit
#(config)#no rsvp-multipath mygroup
to A.B.C.D
Use this command to specify an IPv4 egress to a multipath group. When configuring a multipath group, you must specify the address of the egress router by using this command. An egress definition is a mandatory attribute; multipath group is not allowed to be configured on RSVP trunks when an egress is not defined.
Use the no parameter to remove the IPv4 egress address from multipath group.
Command Syntax
    to A.B.C.D
    no to
Parameter
A.B.C.D
IPv4 address of multipath group destination 
Default
By default, parameter is not configured.
Command Mode
Multipath mode 
Applicability
This command was introduced in OcNOS version 5.0.
Examples
#configure terminal
(config)#rsvp-multipath mygroup
(config-multipath)# to 3.3.3.3
(config-multipath)# no to
 
show mpls counters rsvp multipath-name
Use this command to get traffic statistics over member trunks of multipath group.
Note:	Qumran devices require hardware statistics profiles to be enabled explicitly for traffic statistics to be active. For tunnel statistics 'tunnel-lif' statistics profiles need to be enabled and system needs to be reloaded to take effect. Please see the hardware-profile statistics command in the OcNOS Configuration Guide for details.
Note:	This statistic is not an explicit count of traffic over a multipath group. This statistic is collected over multipath members individually and any traffic individually carried by multipath members also counted under this output.
Command Syntax
    show mpls counters rsvp multipath-name (NAME|)
Parameter
NAME
RSVP multipath group name 
Command Mode
Exec mode and Privilege Exec mode
Applicability
This command was introduced in OcNOS version 5.0.
Examples
#show  mpls counters rsvp multipath-name test
Tunnel-id 5001 Extended Tunnel-ID 1.1.1.1 Egress 2.2.2.2
 lsp-name : t1-Primary                                 [Ingress]
 lsp-ingress : 1.1.1.1          lsp-id : 2201
 Rx pkts : n/a                  Rx bytes : n/a
 Tx pkts : 3776248              Tx bytes : 5671925998
 
Tunnel-id 5002 Extended Tunnel-ID 1.1.1.1 Egress 2.2.2.2
 lsp-name : t2-Primary                                 [Ingress]
 lsp-ingress : 1.1.1.1          lsp-id : 2202
 Rx pkts : n/a                  Rx bytes : n/a
 Tx pkts : 3776250              Tx bytes : 5671927500
 
 
 
show mpls rsvp-multipath
Use this command to display forwarder level information for a multipath group or all multipath groups.
Command Syntax
  show mpls rsvp-multipath (NAME|)
Parameter
NAME
RSVP multipath group name
Command Mode
Exec mode and Privilege Exec mode
Applicability
This command was introduced in OcNOS version 5.0.
Examples
# show mpls rsvp-multipath 
Codes: > - installed FTN, * - selected FTN, t - tunnel, R - RSVP-TE FTN
 
Multipath Name : mp1,  ID : 101,  Nhlfe Ix : 2
  Active member count : 2,  FEC : 2.2.2.2/32
  Active member details :
  -----------------------
  Index  Code     FTN-ID   Nhlfe-ID  Tunnel-id   Pri   LSP-Type     Out-Label    Out-Intf    ELC   Nexthop
  1      R(t)>    1        1         5002        Yes   LSP_DEFAULT  24320        xe31        No    31.1.1.2
  2      R(t)>    2        3         5001        Yes   LSP_DEFAULT  24321        xe11        No    11.1.1.2
 
 
show rsvp multipath
Use this command to display information for a multipath group or all multipath groups.
Command Syntax
show rsvp multipath (NAME|)
Parameter
NAME
RSVP multipath group name 
Command Mode
Exec mode and Privilege Exec mode
Applicability
This command was introduced in OcNOS version 5.0.
Examples
#show rsvp multipath 
 
RSVP-multipath Name : mp1,  ID : 101
  Description : "multipath group from R1 to R2"
  Member count : 3,  Egress : 2.2.2.2/32
  Member details :
  ----------------
  Trunk-ID   Trunk-name                Status
  5001       to_R2_1                   active
  5002       to_R2_2                   active
  5003       to_R2_3                   inactive
 
RSVP-multipath Name : mp2,  ID : 102
  Member count : 0,  Egress : 3.3.3.3/32
 
RSVP-multipath Name : mp3,  ID : 103
  Member count : 0,  Egress : N/A
 
show running-config rsvp-multipath
Use this command to check configuration details of multipath groups.
Command Syntax
    show running-config rsvp-multipath (NAME|)
Parameter
NAME
Name of the multipath group
Command Mode
Exec mode and Privilege Exec mode
Applicability
This command was introduced in OcNOS version 5.0.
Examples
#show running-config rsvp-multipath
!
rsvp-multipath mp1 
 description "multipath group from R1 to R2"
 to 2.2.2.2
!
rsvp-multipath mp2 
 to 3.3.3.3
!
rsvp-multipath mp3 
!
!