I recently installed an SRX in NZ so I though I'd put up here the working ADSL config for our cousins across the pond...
Telecom NZ - PPPOA
at-1/0/0 {
mtu 1540;
encapsulation atm-pvc;
atm-options {
vpi 0;
}
dsl-options {
operating-mode auto;
}
unit 0 {
encapsulation atm-ppp-vc-mux;
vci 0.100;
ppp-options {
pap {
default-password "!9$uQQhy76fg543es8XYoZGq.P5QF9A"; ## SECRET-DATA
local-name "whoareu.xadsl@xtra.co.nz";
local-password "%9$q.Qnkn8765sgvq8LVbs24aDi"; ## SECRET-DATA
passive;
}
}
family inet {
negotiate-address;
}
}
}
routing-options {
static {
route 0.0.0.0/0 next-hop at-1/0/0.0;
SRX GLOBAL ADDRESS BOOK
Lets have a look today at the issue of using the WebUI with the Global address book.
When I say Global address book, I mean using creating addresses on the SRX in this way...
root# set security address-book ?
Possible completions:
<book-name> Address book name
global Default global address book name
Example of address with the Global Address book..
security {
address-book {
global {
address aaaa 1.1.1.1/32;
address bbbb 2.2.2.2/32;
}
}
These Global addresses form a common address pool that should be available for use in any zone as opposed to the old way of creating separate address books under each zone.
When I say Global address book, I mean using creating addresses on the SRX in this way...
root# set security address-book ?
Possible completions:
<book-name> Address book name
global Default global address book name
Example of address with the Global Address book..
security {
address-book {
global {
address aaaa 1.1.1.1/32;
address bbbb 2.2.2.2/32;
}
}
These Global addresses form a common address pool that should be available for use in any zone as opposed to the old way of creating separate address books under each zone.
Subscribe to:
Posts (Atom)