root@R2> show configuration ## Last commit: 2014-05-27 10:38:37 UTC by root version 11.4R11.4; system { host-name R2; root-authentication { encrypted-password "$1$VLfnewHN$4ZNjHB.cZmQdTcuBglzdF/"; ## 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/0 { unit 0 { family inet { address 172.16.4.2/24; } } } lo0 { unit 0 { family inet { address 200.200.200.1/32; } } } } protocols { ospf { area 0.0.0.2 { stub; interface fe-0/0/0.0; interface lo0.0 { passive; } } } } 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/0.0; lo0.0; } } } }