Differences between revisions 1 and 2
Revision 1 as of 2020-02-09 18:41:06
Size: 408
Editor: Sciuro
Comment:
Revision 2 as of 2020-03-06 18:29:13
Size: 602
Editor: Sciuro
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl All:
Line 6: Line 5:
= Item 1 = = Description =
Cisco has made the network. It has beautiful equipment. But you have to know how it's working. Here are some guidelines.
Line 8: Line 8:
== Subitem 1.1 ==
Text
{{{
for i in `ls`; do echo $i; done
}}}

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/12-2_55_se/configuration/guide/3750xscg/swwebauth.html#60637
https://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/Security/TrustSec_1-99/WebAuth/WebAuth_Dep_Guide.html#wp392517%0A
= Configuration =
== Webauth ==
It's possible to show an user a login page, before using the network.
These two pages are usefull:
 * [[https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/12-2_55_se/configuration/guide/3750xscg/swwebauth.html#60637]]
 * [[https://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/Security/TrustSec_1-99/WebAuth/WebAuth_Dep_Guide.html#wp392517%0A]]

Description

Cisco has made the network. It has beautiful equipment. But you have to know how it's working. Here are some guidelines.

Configuration

Webauth

It's possible to show an user a login page, before using the network. These two pages are usefull:

Howto/Cisco (last edited 2020-03-06 18:29:13 by Sciuro)