labroot@jtac-mx10003-re0> show configuration interfaces fti0 unit 27 tunnel { encapsulation vxlan-gpe { source { address 10.2.146.131; } destination { address 40.84.7.168; } tunnel-endpoint vxlan; destination-udp-port 65330; vni 972876; } } family inet { address 130.151.36.7/28; } family inet6;
delete interfaces fti0 unit 27 tunnel encapsulation vxlan-gpe source address 10.2.146.131 delete interfaces fti0 unit 27 tunnel encapsulation vxlan-gpe destination address 40.84.7.168 delete interfaces fti0 unit 27 tunnel encapsulation vxlan-gpe tunnel-endpoint vxlan delete interfaces fti0 unit 27 tunnel encapsulation vxlan-gpe destination-udp-port 65330 delete interfaces fti0 unit 27 tunnel encapsulation vxlan-gpe vni 972876 delete interfaces fti0 unit 27 family inet address 130.151.36.7/28 delete interfaces fti0 unit 27 family inet6
labroot@jtac-mx10003-re0# commit check [edit interfaces fti0 unit 27 tunnel encapsulation] 'vxlan-gpe' Missing mandatory statement: 'source' <<<<<------------ [edit interfaces fti0 unit 27 tunnel encapsulation] 'vxlan-gpe' Missing mandatory statement: 'destination' <<<<<------------ [edit interfaces fti0 unit 27 tunnel encapsulation] 'vxlan-gpe' Missing mandatory statement: 'tunnel-endpoint' [edit interfaces fti0 unit 27 tunnel encapsulation] 'vxlan-gpe' Missing mandatory statement: 'destination-udp-port' [edit interfaces fti0 unit 27 tunnel encapsulation] 'vxlan-gpe' Missing mandatory statement: 'vni' error: configuration check-out failed: (missing mandatory statements)
[edit] labroot@jtac-mx10003-re0# delete interfaces fti0 unit 27 [edit] labroot@jtac-mx10003-re0# show | compare [edit interfaces fti0] - unit 27 { - tunnel { - encapsulation vxlan-gpe { - source { - address 10.2.146.131; - } - destination { - address 40.84.7.168; - } - tunnel-endpoint vxlan; - destination-udp-port 65330; - vni 972876; - } - } - family inet { - address 130.151.36.7/28; - } - family inet6; - } [edit] labroot@jtac-mx10003-re0# commit check configuration check succeeds <<<<<------------
labroot@jtac-mx10003-re0# set interfaces fti0 unit 27 tunnel encapsulation vxlan-gpe [edit] labroot@jtac-mx10003-r2007-re0# commit check [edit interfaces fti0 unit 27 tunnel encapsulation] 'vxlan-gpe' Missing mandatory statement: 'source' [edit interfaces fti0 unit 27 tunnel encapsulation] 'vxlan-gpe' Missing mandatory statement: 'destination' [edit interfaces fti0 unit 27 tunnel encapsulation] 'vxlan-gpe' Missing mandatory statement: 'tunnel-endpoint' [edit interfaces fti0 unit 27 tunnel encapsulation] 'vxlan-gpe' Missing mandatory statement: 'destination-udp-port' [edit interfaces fti0 unit 27 tunnel encapsulation] 'vxlan-gpe' Missing mandatory statement: 'vni' error: configuration check-out failed: (missing mandatory statements)
Solution: