root@R1# show ## Last changed: 2014-05-28 10:08:59 UTC version 11.4R11.4; system { host-name R1; root-authentication { encrypted-password "$1$pMd.GmBQ$GqBXTg..hhIhUFMOziNeE/"; ## SECRET-DATA } services { ssh; } syslog { archive size 100k files 3; user * { any emergency; } file messages { any critical; authorization info; } file interactive-commands { interactive-commands error; } } max-configurations-on-flash 5; max-configuration-rollbacks 5; license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } } interfaces { fe-0/0/2 { unit 0 { family inet { address 172.16.4.1/24; } } } lo0 { unit 0 { family inet { address 100.100.100.1/32; } } } } protocols { ospf { area 0.0.0.0 { interface lo0.0 { passive; } } area 0.0.0.2 { stub default-metric 10; interface fe-0/0/2.0; } } } security { policies { from-zone trust to-zone trust { policy trust-to-trust { match { source-address any; destination-address any; application any; } then { permit; } } } } zones { security-zone trust { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { fe-0/0/2.0; lo0.0; } } } }