diff options
Diffstat (limited to 'fap/httpd/ex2200.template')
-rw-r--r-- | fap/httpd/ex2200.template | 29 |
1 files changed, 3 insertions, 26 deletions
diff --git a/fap/httpd/ex2200.template b/fap/httpd/ex2200.template index aa62ff2..3adcdf9 100644 --- a/fap/httpd/ex2200.template +++ b/fap/httpd/ex2200.template @@ -82,9 +82,8 @@ interfaces { family ethernet-switching { port-mode trunk; vlan { - members deltagere; + members [deltagere mgmt]; } - native-vlan-id mgmt; } } } @@ -101,6 +100,7 @@ interfaces { filter { input v6-mgmt; } + address $mgmt_v6_addr/$mgmt_v6_cidr; } } } @@ -162,29 +162,6 @@ firewall { } } -ethernet-switching-options { - secure-access-port { - interface edge-ports { - no-dhcp-trusted; - } - vlan deltagere { - arp-inspection; - examine-dhcp; - examine-dhcpv6; - neighbor-discovery-inspection; - ip-source-guard; - ipv6-source-guard; - dhcp-option82; - dhcpv6-option18 { - use-option-82; - } - } - ipv6-source-guard-sessions { - max-number 128; - } - } -} - protocols { sflow { sample-rate { @@ -240,7 +217,7 @@ routing-options { rib inet6.0 { static { route ::/0 { - next-hop 20a0:dead::beef; + next-hop $mgmt_v6_gw; } } } |