Management

 View Only

Is there a Junos version agnostic way to configure gNMI in Juniper vLAB?

  • 1.  Is there a Junos version agnostic way to configure gNMI in Juniper vLAB?

    Posted 14 days ago

    Hi,

    I am looking for a Junos version agnostic way to configure gNMI in Juniper vLAB. For example, I followed the following set of commands to configure a vMX instance running Junos 23.4R1.9

    show version
    configure
    show system services ssh
    set system services ssh allow-tcp-forwarding
    commit
    
    edit system services extension-service request-response grpc
    set system services extension-service request-response grpc clear-text address 0.0.0.0
    set system services extension-service request-response grpc clear-text port 57400
    exit
    commit
    exit
    jcluser@vMX-addr-0# show system services extension-service request-response grpc 
    clear-text {
        address 0.0.0.0;
        port 57400;
    }
    


    ------------------------------
    SAMEER DUBEY
    ------------------------------