SD-WAN

 View Only
last person joined: 3 days ago 

Ask questions and share experiences with SD-WAN and Session Smart Router (formerly 128T).
  • 1.  I want to get the up and down information of the interface from Conductor PCLI.

    Posted 02-19-2021 04:55
    Hi,

    Is it possible to get the up/down information of the router interface from Condoctor?

    I tried "show stats interface xxxxs" and "show stats device-interface xxxx" from Condoctor to find the up/down information, but I couldn't find it.
    Please tell me how to get the up/down information.
    Please help me.

    ------------------------------
    Kenji Akiyoshi
    ------------------------------


  • 2.  RE: I want to get the up and down information of the interface from Conductor PCLI.

     
    Posted 10-26-2022 13:50
    Sure, you can get all router based PCLI stats from the Conductor as well by adding the suffix "router <router-name>" to each command in the Conductor PCLI. For example on my Conductor, here are those same commands ran on my router named "seattle-site-02-ztp":

    # show device-interface router seattle-site-02-ztp
    Mon 2021-02-22 15:49:16 UTC
    ✔ Retrieving device interface information...
    
    ========================================
     bumblebee.seattle-site-02-ztp:WAN1
    ========================================
     Type:                ethernet
     Forwarding:          true
     PCI Address:         0000:03:00.0
     MAC Address:         d0:50:99:9f:a2:f9
    
     Admin Status:        up
     Operational Status:  up
     Provisional Status:  unavailable
     Redundancy Status:   non-redundant
     Speed:               1 Gb/s
     Duplex:              full
    
     in-octets:                446287321882
     in-unicast-pkts:             466843417
     in-errors:                           0
     out-octets:               445891033856
     out-unicast-pkts:            465978714
     out-errors:                          0
    
     Plugin Info:         unavailable
    
    
    ========================================
     bumblebee.seattle-site-02-ztp:loopback
    ========================================
     Type:                host
     Forwarding:          true
     Mode:                host
     MAC Address:         c2:35:d1:46:f0:ce
    
     Admin Status:        up
     Operational Status:  up
     Provisional Status:  unavailable
     Redundancy Status:   non-redundant
     Speed:               1 Gb/s
     Duplex:              full
    
     in-octets:                    65521216
     in-unicast-pkts:                820867
     in-errors:                           0
     out-octets:                  903270494
     out-unicast-pkts:              1051713
     out-errors:                          0
    
     Plugin Info:         unavailable
    
    Completed in 0.41 seconds​


    ------------------------------
    Adam Morris
    Sales Engineer
    WA
    (206) 617-4999
    ------------------------------



  • 3.  RE: I want to get the up and down information of the interface from Conductor PCLI.

    Posted 02-24-2021 00:45
    Hi,Mr.Adam Morris

    Thanks for the response.
    Thanks to you very much, I was able to get the up/down information of the router interface from the conductor.

    ------------------------------
    Kenji Akiyoshi
    ------------------------------