sdepassio 4baf784e5e
feat(network::juniper::common::junos::netconf): New connector network juniper mseries netconf (#5613)
* Move network::juniper::common::junos plugins to network::juniper::common::junos::snmp

* New plugins network::juniper::common::junos::netconf::*

* fix network::juniper::common::junos::snmp::mode::interfaces bias_current to divise by 1000 instead of 100

Co-authored-by: garnier-quentin <garnier.quentin@gmail.com>
2025-06-10 18:03:22 +02:00

47 lines
1.7 KiB
Plaintext

<rsvp-session-information xmlns="http://xml.juniper.net/junos/21.2R0/junos-routing">
<rsvp-session-data>
<session-type>Ingress</session-type>
<count>1</count>
<rsvp-session junos:style="brief">
<destination-address>10.0.0.2</destination-address>
<source-address>10.0.0.1</source-address>
<lsp-state>Up</lsp-state>
<route-count>0</route-count>
<rsb-count>1</rsb-count>
<resv-style>SE</resv-style>
<label-in>-</label-in>
<label-out>3</label-out>
<name>FROM-MX1-TO-MX2</name>
</rsvp-session>
<display-count>1</display-count>
<up-count>1</up-count>
<down-count>0</down-count>
</rsvp-session-data>
<rsvp-session-data>
<session-type>Egress</session-type>
<count>1</count>
<rsvp-session junos:style="brief">
<destination-address>10.0.0.1</destination-address>
<source-address>10.0.0.2</source-address>
<lsp-state>Up</lsp-state>
<route-count>0</route-count>
<rsb-count>1</rsb-count>
<resv-style>SE</resv-style>
<label-in>3</label-in>
<label-out>-</label-out>
<name>FROM-MX2-TO-MX1</name>
</rsvp-session>
<display-count>1</display-count>
<up-count>1</up-count>
<down-count>0</down-count>
</rsvp-session-data>
<rsvp-session-data>
<session-type>Transit</session-type>
<count>0</count>
<display-count>0</display-count>
<up-count>0</up-count>
<down-count>0</down-count>
</rsvp-session-data>
</rsvp-session-information>