vMX

last person joined: 10 days ago 

Ask questions and share experiences about vMX.
  • 1.  NAT support on vMX

    Posted 10-02-2015 05:04

    Hello all,

     

    We're looking forward testing vMX, but still waiting trial license for it. Meanwhile, does someone knows if NAT is supported on vMX, and in that case, is there a type of NAT to implement tcp load balancing, something like cisco nat type rotary?, and which are the maximum NAT entries supported by VM?.

     

    Thanks all.

     



  • 2.  RE: NAT support on vMX

    Posted 02-13-2016 00:37

    I am also much intersted to know about, which services interfaces are used to configured ip services.

     

    RIOT also have any inline services ?



  • 3.  RE: NAT support on vMX

    Posted 02-13-2016 09:48

    YES... But not able to find the any related statistics.

    *Now i can able to configure the nat i.e. source nat translation

    *I have configured inline services on FPC0 PIC0 and able to find si-0/0/0 interfaces.

    * However i am not able to find the any related statistics, error pasted below. Can someone tell me what i missed ? 

     

     

    lab@vMX_PE> show configuration chassis | no-more
    fpc 0 {
    pic 0 {
    inline-services {
    bandwidth 1g;
    }
    }
    }

    lab@vMX_PE>

     

    lab@vMX_PE> show services inline nat statistics
    error: libservicesui: Unable to connect to 128.0.0.16 at fpc-slot 0 after 1 retries (errno = 65)

    lab@vMX_PE> show configuration services
    service-set Pubip {
    nat-rules Pubip;
    interface-service {
    service-interface si-0/0/0.1;
    }
    }
    nat {
    pool Pubip {
    address 11.11.11.0/24;
    }
    rule Pubip {
    match-direction input;
    term 1 {
    from {
    source-address {
    10.12.0.0/24;
    }
    }
    then {
    translated {
    source-pool Pubip;
    translation-type {
    basic-nat44;
    }
    }
    }
    }
    }
    }

    lab@vMX_PE>

     

    lab@vMX_PE> show configuration interfaces ge-0/0/2
    unit 0 {
    family inet {
    service {
    input {
    service-set Pubip;
    }
    output {
    service-set Pubip;
    }
    }
    address 10.12.0.2/24;
    }
    }

    lab@vMX_PE> show configuration interfaces ge-0/0/3
    unit 0 {
    family inet {
    address 10.23.0.2/24;
    }
    }

    lab@vMX_PE>

     

     

    lab@vMX_PE> show interfaces terse si-0/0/0
    Interface Admin Link Proto Local Remote
    si-0/0/0 up up
    si-0/0/0.1 up up inet

    lab@vMX_PE>

     

    lab@vMX_PE> show services inline nat statistics
    error: libservicesui: Unable to connect to 128.0.0.16 at fpc-slot 0 after 1 retries (errno = 65)

    lab@vMX_PE>



  • 4.  RE: NAT support on vMX

    Posted 03-24-2016 02:49

    Hi,

    have you managed to solve this problem? Is NAT currently working on latest vMX (15.1F4) version?

     

    Regards,

    Tomek



  • 5.  RE: NAT support on vMX