Identity Services Engine (ISE)
Identity Services Engine (ISE)
(ISE)
INTRODUCTION
What is the ISE?
•
It is a software/Hardware capable of
authenticating and authorizing users and devices
that are connected to a network.
•
It is a centralized based authentication process
similar to the Cisco’s AAA/ACS
•
The model of deploying an ACS or ISE server in the
network is said to be a part of Cisco’s Trust Sec
Model
TrustSec Solution Overview
•TrustSec helps secure networks by enforcing
identity-based access policies.
• Provides the following:
–Who?
–What?
–Where?
–How?
TrustSec Solution Overview
The Pillars
• Authentication
– 802.1x
– MAB
– Web
• Authorization
– VLAN
– DACL
AAA
•
Authentication – Who can access ?
•
Authorization – What the user can access or do?
•
Accounting – What the user did when logged in
•
What is a Directory Server?
Directory Servers is a database of all sorts of storage information.
Credentials like first name, last name, email address, username, password,
login time, logout time etc. are stored here.
Since the above ports were used by the protocol siteline, IANA made an
another set of ports
•
Router IOS version below 14---1645/46 by default
•
Switch CAT OS version below 12.2(55)---1645/46
•
Router IOS version 15 and above---1812/13 by default
•
Switch CAT OS version 12.2(55) and above--1812/13
RADIUS PACKET EXCHANGE
RADIUS PACKET
CODE FIELD
PACKET IDENTIFIER
•
Packet identifier is used to track one unique set of
authentication and authorizations
•
Every set of authentication and authorization will be
identified with a unique packet identifier
•
When ever a user tries to connect to the radius server
(network) for the first time , the packet identifier field will
have a value zero, the reply packet from the server will have
the same value in the field
•
After which when ever the user tries to connect again to the
network the packet identifier field values keeps
incrementing by one.
Header Explanation
LENGTH FIELD:
It indicates the length of the RADIUS packet.
AUTHENTICATOR FIELD:
Its 128 Bits in length
MD5 Hash
Password is encrypted here and stored here
ATTRIBUTE VALUE PAIR (AVP)
•
It indicates how authentication and authorization can be done or
performed
•
AVP are additional information that is applied by a radius client to a
radius server or vice versa
TWO TYPES OF AVP
–Administration Node
–Network Device
–Monitoring Node
1>Standalone
2>Distributed
Installation
In Practical