I've been struggling with this for a bit now and really need to know where I have dropped the ball.
show interfaces
ge-0/0/5 {
unit 0 {
family ethernet-switching;
}
}
irb { unit 10 { description Internal; family inet { address 10.10.10.1/24; } } unit 20 { description Guest; family inet { address 10.10.20.1/24; } } }
show system services dhcp-local-server
group guest { interface irb.20; } group internal { interface irb.10; }
show access address-assignment
pool int { family inet { network 10.10.10.0/24; range scope { low 10.10.10.30; high 10.10.10.99; } dhcp-attributes { grace-period 86400; name-server { 8.8.8.8; 8.8.4.4; } router { 10.10.10.1; } } } } pool guest { family inet { network 10.10.20.0/24; range scope { low 10.10.20.30; high 10.10.20.99; } dhcp-attributes { grace-period 86400; name-server { 8.8.8.8; 8.8.4.4; } router { 10.10.20.1; } } } }
show security zones
security-zone internal { interfaces { irb.10; } } security-zone guest { interfaces { irb.20; } }
I know I am missing something, maybe a few somethings.
version 15.1X49-D60.7;