We are here some LoRaWAN Certified Engineers, Really interested to extend the coverage over the Globe! Lets Build IoT Network ! We can help and support to buy your correct Miner. Helium Hotspot Mining - Sharing Experience - Recommendations, Antennas and Hardware.
Showing posts with label ISE. Show all posts
Showing posts with label ISE. Show all posts
25 February, 2016
Configure Suplicant, Authenticator Cisco ISE Server, Configure Switch as Authenticator
! Note: I use IOS 15.X, to determine if your switch supports this future/commands go and check it on www.cisco.com/go/fn
- Single-host - 1 MAC only
- Multi-host - If there is at last 1 authenticated MAC address switch port is open for everyone.
- Multi-domain MDA - 1 MAC address from DATA vlan, 1 MAC addres from VOICE vlan.
- Multi-auth - Any MAC addres have to authenticate with supplicant
- MAB (MAC Address Bypass) - It is used with endhosts without supplicant like printers, IP Cams etc.. It will works after EAP timeout.
ISE IP : 192.168.1.117
SWITCH IP : 192.168.1.121
Configuration of Switch:
! Test basic connectivity
SWITCH(config)# do ping 192.168.1.117
!!!!!
Success rate is 100 percent (5/5)
! Test Radius
SWITCH(config)# do test aaa group ISE-group bob Nugget!23 new-code
User successfully authenticated
! Use ISE server for dot1x authentication
SWITCH(config)# aaa authentication dot1x default group radius
! Use ISE for network authorization
SWITCH(config)# aaa autorization network default group radius
! Send accounting records to ISE
SWITCH(config)# aaa accounting dot1x default start-stop group radius
! Include endpoint IP in authentication request.
SWITCH(config)# radius-server attribute 8 include-in-access-req
! Enable Dot1x
SWITCH(config)# dot1x system-auth-control
! Configure workstation endhost port for 802.1X
SWITCH(config)# default int gig 0/7
Interface GigabitEthernet0/7 set to default configuration
SWITCH(config)# interface gig 0/7
SWITCH(config-if)# shutdown
SWITCH(config-if)# switchport mode access
SWITCH(config-if)# spanning-tree portfast
! Configure mode of authentication
SWITCH(config-if)# authentication host-mode multi-auth
! Configure OPEN mode for testing (Pass everything iven auth dose not works)
SWITCH(config-if)# authentication open
! Recurring authentication
SWITCH(config-if)# authentication periodic
! Let server decise how often reauthenticates users
SWITCH(config-if)# authentication timer reauthenticate server
! Set Port Access Entity to act as authenticator
SWITCH(config-if)# dot1x pae authenticator
! Set supplicant retry timeout to 10 sec
SWITCH(config-if)# dot1x timeout tx-period 10
! Enable 802.1x control of port
SWITCH(config-if)# authentication port-control auto
! Show 802.1x configuration
SWITCH# show dot1x all
Sysauthcontrol Enabled
Dot1x Protocol Version 3
Dot1x Info for GigabitEthernet0/7
-------------------------------------
PAE = AUTHENTICATOR
QuietPeriod = 60
ServerTimeout = 0
SuppTimeout = 30
ReAuthMax = 2
MaxReq = 2
TxPeriod = 10
! To make some Debug
SWITCH# debug radius authent
! Configure Windows endhost to support 802.1X
Go to Start -> Run -> Write services.msc -> search "Wired AutoConfig" Configure it as Auto and with Start option
! Nota: Wired AutoConfig en Español: Configuracion automatica de redes cableadas o Protocolo de authenticacion extensible
! After get Service running we have to configure NIC.
To configure NIC go to Network connection -> LAN Interface -> Right Click Properties -> Tab Autentication -> You can select Protocol or type of authentication, Windows login credentials or you can configure authentication with other user on Additional Settings menu.
! To check authentication results
SWITCH# show authentication sessions inter gig 0/7 | in dot1x|User|MAC|IP|Domain
MAC Address: ab12.bbbd.5436
IP Address: 192.168.1.12
User-Name: bob
Domain: DATA
dot1x Auth Success
Configure ISE Server, Configure Switch with ISE Server
! To configure Network Device Group and Network Device on ISE :
Connect to https://192.168.1.117 and login with admin credentials.
! Creat Network Device Group
Go to Administration Tab -> Network Device Groups -> Click to All Locations -> Click Add and create Group
! Creat Network Device
Go to Administration Tab -> Network Device -> Click Add and create Network Device. You have to select our New Network Device Group as Location.
! On "Authentication Settings" section you have to configure your radius Secret, in our Lab is : Nugget!23
*Note: We need to have at last one user to make tests.
! Create enduser in ISE
Go to Administration Tab -> Identities -> Click to Users section -> Click Add and create new User
! Configure AAA, Radius Server IP and Radius group on Switch
SWITCH(config)# enable secret Cisco!23
! Configure AAA function on Switch
SWITCH(config)# aaa new-model
SWITCH(config)# aaa authentication login default enable
! Configure Radius server
SWITCH(config)# radius server ISE
SWITCH(config-radius-server)# address ipv4 192.168.1.117 auth-port 1812 acct-port 1813
SWITCH(config-radius-server)# key Nugget!23
SWITCH(config-radius-server)# exit
! Configure AAA Radius group
SWITCH(config)# aaa group server radius ISE-group
SWITCH(config-sg-radius)# server name ISE
! Enable Vendor Specific Attributes
SWITCH(config)# radius-server vsa send authentication
SWITCH(config)# radius-server vsa send accounting
! Enable IP tracking
SWITCH(config)# ip device tracking
! Test basic connectivity and Radius
SWITCH(config)# do ping 192.168.1.117
!!!!!
Success rate is 100 percent (5/5)
SWITCH(config)# do test aaa group ISE-group bob Nugget!23 new-code
User successfully authenticated
Subscribe to:
Posts (Atom)





