I am in the process of attempting migrate from a bootp helper to a DHCP forwarder as I am trying to get DHCP6 working on my network. I have the vlan interfaces configured, the router-advertising configured and I thought I had the forwarding-options set. but alas I am at a loss. I have smashed my head into my desk for 2 days on this and finaly decided I should ask for some help.. Below is the relevant configurations as I have them.
I realize I only have the old helper deactivated currently, however I have tried deleting it also with 0 positive results.
I thank you in advance for any and all input.
show interfaces vlan
notanadmin@SW-VC-01# show interfaces vlan |no-more unit 0 { family inet { address 10.1.1.254/23; } family inet6 { address ABCD:DCBA::BADC:0031::1/64; } } unit 2 { family inet { address 172.16.2.254/24; } family inet6 { address ABCD:DCBA::BADC:0032::1/64; } } unit 75 { family inet { address 172.16.75.254/24; } family inet6 { address ABCD:DCBA::BADC:0033::1/64; } } unit 401 { family inet { address 10.1.4.1/27; } family inet6 { address ABCD:DCBA::BADC:0020::1/64; } } unit 402 { family inet { address 10.1.4.33/27; } family inet6 { address ABCD:DCBA::BADC:0021::1/64; } } unit 501 { family inet { address 10.1.5.1/24; } family inet6 { address ABCD:DCBA::BADC:0022::1/64; } } unit 601 { family inet { address 10.1.6.1/28; } family inet6 { address ABCD:DCBA::BADC:0023::1/64; } } unit 602 { family inet { address 10.1.6.17/28; } family inet6 { address ABCD:DCBA::BADC:0024::1/64; } } unit 603 { family inet { address 10.1.6.33/28; } family inet6 { address ABCD:DCBA::BADC:0025::1/64; } } unit 604 { family inet { address 10.1.6.49/28; } family inet6 { address ABCD:DCBA::BADC:0026::1/64; } } unit 605 { family inet { address 10.1.6.65/26; } family inet6 { address ABCD:DCBA::BADC:0027::1/64; } } unit 606 { family inet { address 10.1.6.129/27; } family inet6 { address ABCD:DCBA::BADC:0028::1/64; } } unit 607 { family inet { address 10.1.6.161/27; } family inet6 { address ABCD:DCBA::BADC:0029::1/64; } } unit 608 { family inet { address 10.1.6.193/27; } family inet6 { address ABCD:DCBA::BADC:002a::1/64; } } unit 609 { family inet { address 10.1.6.225/27; } family inet6 { address ABCD:DCBA::BADC:002b::1/64; } } unit 701 { family inet { address 10.1.7.1/27; } family inet6 { address ABCD:DCBA::BADC:003f::1/64; } } unit 702 { family inet { address 10.1.7.33/27; } family inet6 { address ABCD:DCBA::BADC:002c::1/64; } } unit 703 { family inet { address 10.1.7.65/27; } family inet6 { address ABCD:DCBA::BADC:002d::1/64; } } unit 704 { family inet { address 10.1.7.97/27; } family inet6 { address ABCD:DCBA::BADC:002e::1/64; } } unit 705 { family inet { address 10.1.7.129/27; } family inet6 { address ABCD:DCBA::BADC:002f::1/64; } } unit 706 { family inet { address 10.1.7.161/27; } family inet6 { address ABCD:DCBA::BADC:0030::1/64; } } unit 4000 { family inet; }
show protocols router-advertisement
notanadmin@SW-VC-01# show protocols router-advertisement |no-more
interface vlan.0 {
prefix ABCD:DCBA::BADC:0031::1/64;
}
interface vlan.401 {
prefix ABCD:DCBA::BADC:0021::1/64;
}
interface vlan.402 {
prefix ABCD:DCBA::BADC:0020::1/64;
}
interface vlan.501 {
prefix ABCD:DCBA::BADC:0022::1/64;
}
interface vlan.601 {
prefix ABCD:DCBA::BADC:0023::1/64;
}
interface vlan.602 {
prefix ABCD:DCBA::BADC:0024::1/64;
}
interface vlan.603 {
prefix ABCD:DCBA::BADC:0025::1/64;
}
interface vlan.604 {
prefix ABCD:DCBA::BADC:0026::1/64;
}
interface vlan.605 {
prefix ABCD:DCBA::BADC:0027::1/64;
}
interface vlan.606 {
prefix ABCD:DCBA::BADC:0028::1/64;
}
interface vlan.607 {
prefix ABCD:DCBA::BADC:0029::1/64;
}
interface vlan.608 {
prefix ABCD:DCBA::BADC:002a::1/64;
}
interface vlan.609 {
prefix ABCD:DCBA::BADC:002b::1/64;
}
interface vlan.701 {
prefix ABCD:DCBA::BADC:003f::1/64;
}
interface vlan.702 {
prefix ABCD:DCBA::BADC:002c::1/64;
}
interface vlan.703 {
prefix ABCD:DCBA::BADC:002d::1/64;
}
interface vlan.704 {
prefix ABCD:DCBA::BADC:002e::1/64;
}
interface vlan.705 {
prefix ABCD:DCBA::BADC:002f::1/64;
}
interface vlan.706 {
prefix ABCD:DCBA::BADC:0030::1/64;
}
interface vlan.2 {
prefix ABCD:DCBA::BADC:0032::1/64;
}
interface vlan.75 {
prefix ABCD:DCBA::BADC:0033::1/64;
}
show forwarding-options
notanadmin@SW-VC-01# show forwarding-options | no-more inactive: helpers { bootp { server 10.1.4.34; interface { vlan.2; vlan.75; vlan.0; vlan.401; vlan.402; vlan.501; vlan.601; vlan.602; vlan.603; vlan.604; vlan.605; } } } dhcp-relay { dhcpv6 { group vlans6 { interface vlan.2; interface vlan.3; interface vlan.75; interface vlan.401; interface vlan.402; interface vlan.501; interface vlan.601; interface vlan.602; interface vlan.603; interface vlan.604; interface vlan.605; interface vlan.606; interface vlan.607; interface vlan.608; interface vlan.609; interface vlan.701; interface vlan.702; interface vlan.703; interface vlan.704; interface vlan.705; interface vlan.706; } server-group { ITO-DHCP6 { ABCD:DCBA::BADC:21::dc1; } } active-server-group ITO-DHCP6; } server-group { ITO-DHCP { 10.1.10.34; } } active-server-group ITO-DHCP; group vlans { interface vlan.2; interface vlan.3; interface vlan.75; interface vlan.401; interface vlan.402; interface vlan.501; interface vlan.601; interface vlan.602; interface vlan.603; interface vlan.604; interface vlan.605; interface vlan.606; interface vlan.607; interface vlan.608; interface vlan.609; interface vlan.701; interface vlan.702; interface vlan.703; interface vlan.704; interface vlan.705; interface vlan.706; } }