#
Multiprotocol Label Switching - Resource Reservation Protocol (MPLS RSVP)
#
URL
frinx-openconfig-network-instance:network-instances/network-instance=default/mpls/signaling-protocols/rsvp-te/interface-attributes/interface=
#
OPENCONFIG YANG
{
"interface": [
{
"interface-id": "",
"config": {
"interface-id": ""
},
"subscription": {
"config": {
"frinx-mpls-rsvp-extension:bandwidth":
}
}
}
]
}
#
OS Configuration Commands
#
Cisco IOS XR 5.3.4
- setting to default results in 'bandwidth' meaning setting default device bandwidth
- setting to numeric value results in 'bandwith <number>
- transformation: input bandwith in bps, in XR router as Kbps
#
CLI
rsvp interface bandwidth
#
Unit
Link to github : xr-unit
#
Junos 17.3R1.10
- transformation: k,m,g from JUNOS router translates to thousand, million, billion
#
CLI
set protocols rsvp interface bandwidth
#
Unit
Link to github : junos-unit