cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
909
Views
5
Helpful
3
Replies

Cisco ISE 2.1 patch1 - NIC Bonding

go2akram1
Level 1
Level 1

Hi All,

We bought 2 x SNS-3595 seems it has more interfaces beside management and monitor, hows the NIC Bonding works.

Thanks.

1 Accepted Solution

Accepted Solutions

Rahul Govindan
VIP Alumni
VIP Alumni

You can basically bond 2 interfaces so that you have a backup interface in case the primary interface goes down (switchport goes down for example). This does not load balance connections on 2 interfaces.

More details here:

http://www.cisco.com/c/en/us/td/docs/security/ise/2-1/cli_ref_guide/b_ise_CLIReferenceGuide_21/b_ise_CLIReferenceGuide_21_chapter_011.html#ID-1364-0000049b

View solution in original post

3 Replies 3

Rahul Govindan
VIP Alumni
VIP Alumni

You can basically bond 2 interfaces so that you have a backup interface in case the primary interface goes down (switchport goes down for example). This does not load balance connections on 2 interfaces.

More details here:

http://www.cisco.com/c/en/us/td/docs/security/ise/2-1/cli_ref_guide/b_ise_CLIReferenceGuide_21/b_ise_CLIReferenceGuide_21_chapter_011.html#ID-1364-0000049b

Thanks

Venkatesh Attuluri
Cisco Employee
Cisco Employee

server has the following NIC redundancy settings that you can choose from:

  • None—The Ethernet ports operate independently and do not fail over if there is a problem. This setting can be used only with the Dedicated NIC mode.

  • Active-standby—If an active Ethernet port fails, traffic fails over to a standby port.

  • Active-active—All Ethernet ports are utilized simultaneously. Shared LOM EXT mode can have only this NIC redundancy setting. Shared LOM and Cisco Card modes can have both Active-standby and Active-active settings.

    The active/active setting uses Mode 5 or Balance-TLB (adaptive transmit load balancing). This is channel bonding that does not require any special switch support. The outgoing traffic is distributed according to the current load (computed relative to the speed) on each slave. Incoming traffic is received by the current slave. If the receiving slave fails, another slave takes over the MAC address of the failed receiving slave.