HI everyone,
I got two switch os6450 and os6860E.
I have implement authentication 801.x with CP, the the CP is the switch CP.
How can I use the OV CP on the switch?
HI everyone,
I got two switch os6450 and os6860E.
I have implement authentication 801.x with CP, the the CP is the switch CP.
How can I use the OV CP on the switch?
you need to use the command unp redirect server to use captive portal page which is not bulit-in on the switch
And for the AOS6, we don’t have the UNP command. how should I set the 802.1x supplicant and non supplicant string to force the use of OV CP?
You can use aaa redirect-server command in 6.x
You have a topic configuring redirection with dynamic urls in Network configuration guide which should help you
Hi!!
I have run the OV2500 workflow to create the process on AOS6 and 8.
For some reason I can have 802.1x and Mac authentication working, but the CP dosen’t work or show up!!
I can share my boot and vcboot files.
I have try to change the Upam address from URL and IP, but still no luck.
aaa radius-server "UPAMRadiusServer" host 192.X.X.128 hash-key "21E355E08E1E6ED8EA504DE1C465305F" hash-salt "C057A8C5964DB6BEC614A56F532DC9042C4213661B7D388705A2459D0AAB1203" retransmit 2 timeout 5 auth-port 1812 acct-port 1813 vrf-name default
aaa radius message-authenticator enable
aaa profile "TEST-CP"
aaa profile "TEST-CP" device-authentication mac "UPAMRadiusServer"
aaa profile "TEST-CP" device-authentication 802.1x "UPAMRadiusServer"
aaa profile "TEST-CP" device-authentication captive-portal "UPAMRadiusServer"
6360-Training show configuration snapshot da-unp
! DA-UNP:
unp dynamic-vlan-configuration
unp profile "Guest"
unp profile "cplogon"
unp profile "default"
unp profile "Guest" map vlan 15
unp profile "cplogon" map vlan 15
unp profile "default" map vlan 15
unp redirect server 192.X.X.129
unp port-template "TEST-CP" redirect-port-bounce direction both aaa-profile "TEST-CP" default-profile "cplogon" classification admin-state enable
unp port-template "TEST-CP" 802.1x-authentication
unp port-template "TEST-CP" mac-authentication
unp port 1/1/22 port-type bridge
unp port 1/1/22 port-template "TEST-CP"
UPAM - IP address is 192.x.x.128
UPAM PORTAL /CAPTIVE PORTAL - 192.x.x.129 (configured as redirect server)
Above configuration worked for me with AOS 8 8.10.R03
I hope it helps
Thanks for the tips!! I will try to adapt you configuration to my setup.