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>