Routing

 View Only
last person joined: yesterday 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  the output for show rsvp neighbor

    Posted 04-28-2022 05:36
    If one router has four peering routers. All of them have rsvp enabled.
    How many neighbors am I supposed to see from show rsvp neighbor ?   4 ?

    thanks !!


  • 2.  RE: the output for show rsvp neighbor

    Posted 05-09-2022 11:31
    That makes sense to me. If you have 4 interfaces on a router all forming RSVP adjacencies with 4 directly connected neighbors.

    Here is an example from my lab. I only have 3 peers on this node.

    root@R2-ISP> show configuration protocols rsvp
    interface ae2.0;
    interface ae1.0;
    interface ae9.0;

    root@R2-ISP> show rsvp neighbor
    RSVP neighbor: 3 learned
    Address Idle Up/Dn LastChange HelloInt HelloTx/Rx MsgRcvd
    192.168.5.32 0 1/0 1d 18:43:15 9 17070/17070 85774
    192.168.5.1 0 269/268 1:34 9 16608/16477 158042
    192.168.5.6 0 228/227 24:34 9 16567/16462 148630

    ------------------------------
    JARROD ANDREWS
    ------------------------------