cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
484
Views
0
Helpful
2
Replies

how to enable on ISE 802.1X authentication with 3850 and 3650 to push interface command "power inline never"

nkleiman
Cisco Employee
Cisco Employee

how to enable on ISE 802.1X authentication with 3850 and 3650 to push interface command "power inline never" 

1 Accepted Solution

Accepted Solutions

mnagired
Cisco Employee
Cisco Employee

Hi,

Only option i  can think of is using user defined macro on the switch and referencing the MACRO in the auth policy on ISE..

 

Note: Macro modify the interface configuration in run time so if script of admin saves switch configs, then the configs remain as default port configuration..so make sure your Macro script queries or uses trigger to check the interface up/down state and add/remove the configs..

 

View solution in original post

2 Replies 2

mnagired
Cisco Employee
Cisco Employee

Hi,

Only option i  can think of is using user defined macro on the switch and referencing the MACRO in the auth policy on ISE..

 

Note: Macro modify the interface configuration in run time so if script of admin saves switch configs, then the configs remain as default port configuration..so make sure your Macro script queries or uses trigger to check the interface up/down state and add/remove the configs..

 

thank you for the quick response!