#Multiprotocol Label Switching - Resource Reservation Protocol (MPLS RSVP)
#URL
#OPENCONFIG YANG
#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