# YANG MODEL [] A:admin@SR1# admin show configuration # TiMOS-B-16.0.R1 both/x86_64 Nokia 7750 SR Copyright (c) 2000-2018 Nokia. # All rights reserved. All use subject to applicable license agreements. # Built on Thu May 31 16:23:56 PDT 2018 by builder in /builds/160B/R1/panos/main # Generated WED JUN 27 21:07:07 2018 UTC configure { card 1 { card-type iom-v mda 1 { mda-type m20-v } } policy-options { prefix-list "PL_BGP_LO" { prefix 10.0.0.0/24 type range { start-length 32 end-length 32 } } policy-statement "RP_BGP_IPV4_UNICAST" { default-action { action-type reject } entry 10 { action { action-type accept } from { prefix-list ["PL_BGP_LO"] family [ipv4] } } entry 20 { action { action-type accept next-hop "10.0.0.11" } from { family [evpn] } } } } port 1/1/1 { admin-state enable ethernet { mode network encap-type dot1q } } port 1/1/2 { admin-state enable ethernet { mode access encap-type dot1q } } router "Base" { autonomous-system 65011 ecmp 2 router-id 10.0.0.11 interface "system" { admin-state enable ipv4 { primary { address 10.0.0.11 prefix-length 32 } } ipv6 { address fc00::10:0:0:11 { prefix-length 128 } } } interface "toXR3" { admin-state enable port 1/1/1:13 ipv4 { primary { address 10.11.33.11 prefix-length 24 } } } interface "toXR4" { admin-state enable port 1/1/1:14 ipv4 { primary { address 10.11.44.11 prefix-length 24 } } } bgp { admin-state enable rapid-withdrawal true multipath { ebgp 2 } rapid-update { l2-vpn true mvpn-ipv4 true mdt-safi true mvpn-ipv6 true evpn true } next-hop-resolution { use-bgp-routes true } group "FABRIC" { vpn-apply-export true peer-as 65001 family { ipv4 true evpn true } authentication-key { authentication-key-hash "eBz7u3UiC/xyK3imhoaiZqy6rErJmg==" hash } export { policy ["RP_BGP_IPV4_UNICAST"] } } neighbor 10.11.44.44 { group "FABRIC" peer-as 65001 } } } service { customer "2" { } vpls "104000" { admin-state enable customer "2" vxlan { instance 1 { vni 4000 } } routed-vpls { } bgp 1 { route-distinguisher "10.0.0.11:70" route-target { export "target:65000:70" import "target:65000:70" } } bgp-evpn { routes { mac-ip { advertise false } ip-prefix { advertise true include-direct-interface-host true } } vxlan 1 { admin-state enable vxlan-instance 1 send-tunnel-encap true } } } vpls "2" { admin-state enable customer "2" routed-vpls { } sap 1/1/2:777 { } } vprn "7" { admin-state enable customer "2" route-distinguisher "10.0.0.11:70" interface "IRB" { admin-state enable mac 00:20:00:01:97:01 vpls { service-name "2" } ipv4 { primary { address 192.168.7.253 prefix-length 24 } neighbor-discovery { populate-host true local-proxy-arp true remote-proxy-arp true } vrrp 1 { backup [192.168.7.250] passive true mac 00:00:50:00:00:01 ping-reply true traceroute-reply true } } } interface "L3_VNI" { admin-state enable mac 00:00:54:00:00:01 vpls { service-name "104000" evpn-tunnel true } } } } system { name "SR1" management-interface { configuration-mode model-driven cli { md-cli { auto-config-save true } } } } } # Finished WED JUN 27 21:07:11 2018 UTC [] # COMMANDS (ex)[] A:admin@SR1# info full-context /configure card 1 card-type iom-v /configure card 1 mda 1 mda-type m20-v /configure policy-options prefix-list "PL_BGP_LO" prefix 10.0.0.0/24 type range start-length 32 /configure policy-options prefix-list "PL_BGP_LO" prefix 10.0.0.0/24 type range end-length 32 /configure policy-options policy-statement "RP_BGP_IPV4_UNICAST" default-action action-type reject /configure policy-options policy-statement "RP_BGP_IPV4_UNICAST" entry 10 action action-type accept /configure policy-options policy-statement "RP_BGP_IPV4_UNICAST" entry 10 fr om prefix-list ["PL_BGP_LO"] /configure policy-options policy-statement "RP_BGP_IPV4_UNICAST" entry 10 from family [ipv4] /configure policy-options policy-statement "RP_BGP_IPV4_UNICAST" entry 20 action action-type accept /configure policy-options policy-statement "RP_BGP_IPV4_UNICAST" entry 20 action next-hop "10.0.0.11" /configure policy-options policy-statement "RP_BGP_IPV4_UNICAST" entry 20 from family [evpn] /configure port 1/1/1 admin-state enable /configure port 1/1/1 ethernet mode network /configure port 1/1/1 ethernet encap-type dot1q /configure port 1/1/2 admin-state enable /configure port 1/1/2 ethernet mode access /configure port 1/1/2 ethernet encap-type dot1q /configure router "Base" autonomous-system 65011 /configure router "Base" ecmp 2 /configure router "Base" router-id 10.0.0.11 /configure router "Base" interface "system" admin-state enable /configure router "Base" interface "system" ipv4 primary address 10.0.0.11 /configure router "Base" interface "system" ipv4 primary prefix-length 32 /configure router "Base" interface "system" ipv6 address fc00::10:0:0:11 prefix-length 128 /configure router "Base" interface "toXR3" admin-state enable /configure router "Base" interface "toXR3" port 1/1/1:13 /configure router "Base" interface "toXR3" ipv4 primary address 10.11.33.11 /configure router "Base" interface "toXR3" ipv4 primary prefix-length 24 /configure router "Base" interface "toXR4" admin-state enable /configure router "Base" interface "toXR4" port 1/1/1:14 /configure router "Base" interface "toXR4" ipv4 primary address 10.11.44.11 /configure router "Base" interface "toXR4" ipv4 primary prefix-length 24 /configure router "Base" bgp admin-state enable /configure router "Base" bgp rapid-withdrawal true /configure router "Base" bgp multipath ebgp 2 /configure router "Base" bgp rapid-update l2-vpn true /configure router "Base" bgp rapid-update mvpn-ipv4 true /configure router "Base" bgp rapid-update mdt-safi true /configure router "Base" bgp rapid-update mvpn-ipv6 true /configure router "Base" bgp rapid-update evpn true /configure router "Base" bgp next-hop-resolution use-bgp-routes true /configure router "Base" bgp group "FABRIC" vpn-apply-export true /configure router "Base" bgp group "FABRIC" peer-as 65001 /configure router "Base" bgp group "FABRIC" family ipv4 true /configure router "Base" bgp group "FABRIC" family evpn true /configure router "Base" bgp group "FABRIC" authentication-key authentication-key-hash "eBz7u3UiC/xyK3imhoaiZqy6rErJmg==" hash /configure router "Base" bgp group "FABRIC" export policy ["RP_BGP_IPV4_UNICAST"] /configure router "Base" bgp neighbor 10.11.44.44 group "FABRIC" /configure router "Base" bgp neighbor 10.11.44.44 peer-as 65001 /configure { service customer "2" } /configure service vpls "104000" admin-state enable /configure service vpls "104000" customer "2" /configure service vpls "104000" vxlan instance 1 vni 4000 /configure { service vpls "104000" routed-vpls } /configure service vpls "104000" bgp 1 route-distinguisher "10.0.0.11:70" /configure service vpls "104000" bgp 1 route-target export "target:65000:70" /configure service vpls "104000" bgp 1 route-target import "target:65000:70" /configure service vpls "104000" bgp-evpn routes mac-ip advertise false /configure service vpls "104000" bgp-evpn routes ip-prefix advertise true /configure service vpls "104000" bgp-evpn routes ip-prefix include-direct-interface-host true /configure service vpls "104000" bgp-evpn vxlan 1 admin-state enable /configure service vpls "104000" bgp-evpn vxlan 1 vxlan-instance 1 /configure service vpls "104000" bgp-evpn vxlan 1 send-tunnel-encap true /configure service vpls "2" admin-state enable /configure service vpls "2" customer "2" /configure { service vpls "2" routed-vpls } /configure { service vpls "2" sap 1/1/2:777 } /configure service vprn "7" admin-state enable /configure service vprn "7" customer "2" /configure service vprn "7" route-distinguisher "10.0.0.11:70" /configure service vprn "7" interface "IRB" admin-state enable /configure service vprn "7" interface "IRB" mac 00:20:00:01:97:01 /configure service vprn "7" interface "IRB" vpls service-name "2" /configure service vprn "7" interface "IRB" ipv4 primary address 192.168.7.253 /configure service vprn "7" interface "IRB" ipv4 primary prefix-length 24 /configure service vprn "7" interface "IRB" ipv4 neighbor-discovery populate-host true /configure service vprn "7" interface "IRB" ipv4 neighbor-discovery local-proxy-arp true /configure service vprn "7" interface "IRB" ipv4 neighbor-discovery remote-proxy-arp true /configure service vprn "7" interface "IRB" ipv4 vrrp 1 backup [192.168.7.250] /configure service vprn "7" interface "IRB" ipv4 vrrp 1 passive true /configure service vprn "7" interface "IRB" ipv4 vrrp 1 mac 00:00:50:00:00:01 /configure service vprn "7" interface "IRB" ipv4 vrrp 1 ping-reply true /configure service vprn "7" interface "IRB" ipv4 vrrp 1 traceroute-reply true /configure service vprn "7" interface "L3_VNI" admin-state enable /configure service vprn "7" interface "L3_VNI" mac 00:00:54:00:00:01 /configure service vprn "7" interface "L3_VNI" vpls service-name "104000" /configure service vprn "7" interface "L3_VNI" vpls evpn-tunnel true /configure system name "SR1" /configure system dns address-pref ipv4-only /configure system management-interface configuration-mode model-driven /configure system management-interface cli md-cli auto-config-save true