[j-nsp] Few questions about IPv6 on SRX
Egor Zimin
lesnix at gmail.com
Mon Nov 1 11:14:17 EDT 2010
Hi folks,
1) Does SRX support using ICMPv6 RA to configure Global Unicast
addresses on pp0.0 interface ?
In one of my scenarios, I see correct ICMPv6 RA message with
PrefixInformation option received on pp0.0, but I see no Global
Unicast address on pp0.0 interface.
interfaces {
pp0 {
unit 0 {
ppp-options {
pap {
access-profile IP46;
local-name "test at test.me";
local-password "<omitted>"; ## SECRET-DATA
passive;
}
}
pppoe-options {
underlying-interface ge-0/0/1.0;
idle-timeout 0;
auto-reconnect 5;
client;
}
family inet {
mtu 1492;
negotiate-address;
}
family inet6;
}
}
}
routing-options {
rib inet6.0 {
static {
route ::/0 {
next-hop pp0.0;
metric 0;
}
}
}
}
security {
forwarding-options {
family {
inet6 {
mode flow-based;
}
}
}
zones {
security-zone untrust {
screen untrust-screen;
interfaces {
pp0.0;
}
}
}
}
access {
profile IP46 {
authentication-order password;
}
}
2) Does anybody know, what about support of DHCPv6-PD feature in SRX ?
Can SRX act as requesting router ?
--
Best regards,
Egor Zimin
More information about the juniper-nsp
mailing list