## Last changed: 2013-01-10 15:37:16 CET version 10.0R3.10; groups { LABO_CONF { system { host-name M7i-re850; time-zone Europe/Paris; location { building Lab; rack 2; } root-authentication { encrypted-password "$1$lw6cgOD3$E4/xv.gyebaXEnsbLjVfA0"; ## SECRET-DATA } services { ssh { root-login allow; } inactive: telnet; } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } file default-log-messages { any any; match "(requested 'commit' operation)|(copying configuration to juniper.save)|ifAdminStatus|(FRU power)|(FRU removal)|(FRU insertion)|(link UP)|(vc add)|(vc delete)|transitioned|Transferred|transfer-file|QFABRIC_NETWORK_NODE_GROUP|QFABRIC_SERVER_NODE_GROUP|QFABRIC_NODE|(license add)|(license delete)|(package -X update)|(package -X delete)|GRES|CFMD_CCM_DEFECT"; structured-data; } } ntp { boot-server 10.0.0.141; server 10.0.0.141 prefer; } } interfaces { fxp0 { description "Management Lab via LAN 16"; unit 0 { family inet { address 172.16.16.200/16; } } } } snmp { name M7i-re850; description M7i-re850; location Labo; contact "support@interdata.fr"; community public { authorization read-only; clients { 10.0.102.0/24; 172.16.0.0/16; 172.17.0.0/16; } } trap-group space { targets { 172.16.130.131; } } } routing-options { static { route 10.0.10.0/24 next-hop 172.16.1.254; route 10.0.11.0/24 next-hop 172.16.1.254; route 10.0.102.0/24 next-hop 172.16.1.254; route 10.0.0.0/24 next-hop 172.16.1.254; route 10.0.12.0/24 next-hop 172.16.1.254; } } } } apply-groups LABO_CONF; system { host-name P-1; login { announcement "BCH:maquette en cours\n"; message "BCH:maquette en cours\n"; } } interfaces { fe-0/0/1 { unit 0 { family inet { address 1.1.13.1/24; } family mpls; } } fe-0/0/2 { unit 0 { description "to MPLS Core"; family inet { address 1.1.12.1/24; } family mpls; } } fe-0/0/3 { unit 0 { description "to CE (VLAN 17 du lab)"; family inet { address 172.17.160.1/16; } } } lo0 { unit 0 { family inet { address 1.1.1.1/32; } } } } routing-options { router-id 1.1.1.1; autonomous-system 12; } protocols { mpls { interface all; } bgp { group MP-BGP { type internal; local-address 1.1.1.1; family inet-vpn { unicast; } family l2vpn { signaling; } neighbor 1.1.1.2; neighbor 1.1.1.3; } } ospf { area 0.0.0.0 { interface fe-0/0/2.0; interface lo0.0 { passive; } interface fe-0/0/1.0; } } ldp { interface all; } } policy-options { policy-statement VPN-C1-EXPORT { then { community add Cust1; accept; } } policy-statement VPN-C1-IMPORT { from community Cust1; then accept; } community Cust1 members target:65100:1; } inactive: routing-instances { VPN-C1 { instance-type vrf; interface fe-0/0/3.0; route-distinguisher 1.1.1.1:1; vrf-import VPN-C1-IMPORT; vrf-export VPN-C1-EXPORT; routing-options { static { route 172.17.1.254/32 next-hop 172.17.1.254; } } } }