[j-nsp] Sample configuration: security {}

Tomasz Klicki tomasz at klicki.pl
Fri Apr 3 09:04:58 EDT 2009


tech at osystems.ru pisze:
> Please give me a sample configuration, security {} for the JUNOS Software
> Release [9.4R1.8] (Export edition) Enhanced Services for the BGP router
> (border router).

Here you are:

security {
    zones {
        security-zone zone_default {
            host-inbound-traffic {
                system-services {
                    all;
                }
                protocols {
                    all;
                }
            }
            interfaces {
                all;
            }
        }
    }
    policies {
        default-policy {
            permit-all;
        }
    }
}

-- 
Tomasz Klicki            ICM Core Network Services, University of Warsaw
t.klicki at net.icm.edu.pl  (+48-22) 5520527, 8268009, fax. 8284195
                         http://www.net.icm.edu.pl/


More information about the juniper-nsp mailing list