Browse Source

Correct the AP VLAN.

Joe Clarke 9 years ago
parent
commit
e9fbb3d8f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      swreg.inc.php

+ 1 - 1
swreg.inc.php

@@ -17,7 +17,7 @@ define('EEM_CONFIG_3560CG', TFTPBOOT . '/eem-config-3560cg.tmpl');
 define('EEM_CONFIG_3750X', TFTPBOOT . '/eem-config-3750x.tmpl');
 define('DEFAULT_MAX_MACS', '5');
 define('WIRED_VLAN', '2000');
-define('AP_VLAN', '200');
+define('AP_VLAN', '210');
 define('CAP_VLAN', '380');
 define('CAMERA_VLAN', '310');
 define('VOICE_VLAN', '300');