Deployment Guide
Table Of Contents
- Table of Contents
- Preface
- About Extreme Campus Controller Deployment
- Configuring DHCP, NPS, and DNS Services
- Centralized Site with a Captive Portal
- Centralized Site with AAA Network
- Deploying a Mesh Network
- Configuring an External NAC Server for MBA and AAA Authentication
- Manage RADIUS Servers for User Authentication
- External Captive Portal on a Third-Party Server
- Access Control Rule Admin Portal Access
- Deploying Centralized Web Authentication
- Deploying ExtremeCloud IQ - SE as an External Captive Portal
- Deployment Strategy
- Configuring an External Captive Portal Network
- Editing the Configuration Profile for Network and Roles
- Extreme Campus Controller Default Pass-Through Rule
- Adding Extreme Campus Controller as a Switch to ExtremeCloud IQ - Site Engine
- Editing the Unregistered Policy on ExtremeCloud IQ - Site Engine
- Editing the ExtremeCloud IQ - Site Engine Profile for Policy and Location-Based Services
- Deploying an ExtremeGuest Captive Portal
- Deploying Client Bridge
- Deploying an Availability Pair
- Deploying Universal APs
- Extreme Campus Controller Pair with ExtremeLocation and AirDefense
- ECP Local Authentication
- PHP External Captive Portal, Controller’s Firewall Friendly API
- Index
// might read the data in from an XML or '.ini' file.
// An associative array of identity => shared secret pairs.
// This example only uses the first one. Any printable ASCII
// alphanumeric string can be use for the identity and shared
// secret so long as both the ECP and the controller use the
// same pair.
$awsKeyPairs = array(
'BigAuthInc'=>'secretferqrer123456667',
'testingidentity1'=>'secretferqrer123456668',
'testingidentity2'=>'secretferqrer123456669'
);
// Aws Signature-related Configuration
// Region and service are used to build the scope.
// Expires is the maximum amount of time the signed URL
// should be trusted.
$awsConfig = array(
'region' => 'world',
'signature'=> 'v4',
'service'=>'ecp',
'expires'=>60
);
?>
N
PHP External Captive Portal, Controller’s Firewall
Friendly API ecp-config.php
Extreme Campus Controller Deployment Guide for version 5.46.03 213










