cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1411
Views
5
Helpful
2
Replies

ISE - Securing witch port channel interfaces

BigK
Level 1
Level 1

Hello,

 

On my switch, I have all the switchports configured with ISE- 802.X. My question is how can I secure the interfaces that belongs to a channel-group ? Someone can easily unplug the port and plug in any device, and since there is not security on the port that may allow the device to connect to the network.  

 

Example:

SW-C3850#

interface GigabitEthernet1/0/48
switchport access vlan 10
switchport mode access
channel-group 1 mode on
spanning-tree portfast
ip dhcp snooping trust
end

 

SW-C3850#

interface GigabitEthernet2/0/48
switchport access vlan 10
switchport mode access
channel-group 1 mode on
spanning-tree portfast
ip dhcp snooping trust
end

 

Thanks !!!

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

In terms of Security - we need to understand as below :

 

1. Physical Security

2. Network Security

3. Layer Security ---so on

 

If the Physical security breached - no one can help - it is a disaster - intruder can do anything.

 

coming back to your question - This port is part of Port-channel - so what will happen when the end-user device connected? 

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

@balaji.bandi 

That is the question - what will happen when the end-user device is connected to one of these ports? 

 

Thanks!