cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
767
Views
0
Helpful
6
Replies

FlexLink+ Preemptive configuration

Dears,

 

I have the following configuration done for backup interfaces (FlexLink+), my question is that does this feature support automatic preemption for the primary and secondary interfaces?

As when i enable the primary port by no-shut the link from the other end, it does not restore the "Open" state, and the secondary stays the "Open" port.

 

!
interface GigabitEthernet1/1/1
switchport trunk allowed vlan 310,350
switchport mode trunk
rep segment 1 edge no-neighbor primary
end
!
interface GigabitEthernet1/1/2
switchport trunk allowed vlan 310,350
switchport mode trunk
rep segment 1 edge no-neighbor preferred
end

 

1 Accepted Solution

Accepted Solutions

Actually, i have implemented the following command instead and it it worked:

 

event manager applet Interface-UP
event syslog pattern "%LINK-3-UPDOWN: Interface GigabitEthernet1/1/1, changed state to up"
action 5.0 cli command "enable"
action 5.1 cli command "conf t"
action 5.2 cli command "interface g1/1/2"
action 5.3 cli command "shut"
action 5.4 cli command "end"

 


event manager applet interface-Down
event syslog pattern "%LINK-3-UPDOWN: Interface GigabitEthernet1/1/1, changed state to down"
action 5.5 cli command "enable"
action 5.6 cli command "conf t"
action 5.7 cli command "interface g1/1/2"
action 5.8 cli command "no shut"
action 5.9 cli command "end"

View solution in original post

6 Replies 6

switch model is 9200 IOS version 16.x.

 

I followed the document with no luck.

did not have hands-on Cat 9200, 

 

but interesting check below link some facts :

 

https://community.cisco.com/t5/switching/flexlink-support-on-catalyst-9000-series/td-p/3496864

BB

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

How to Ask The Cisco Community for Help

The only thing they say, is that the feature is deprectaed!!!

How is that possible, as still we are able to configure it using the "rep" commands, and as shown in the document shared by you earlier???

Actually, i have implemented the following command instead and it it worked:

 

event manager applet Interface-UP
event syslog pattern "%LINK-3-UPDOWN: Interface GigabitEthernet1/1/1, changed state to up"
action 5.0 cli command "enable"
action 5.1 cli command "conf t"
action 5.2 cli command "interface g1/1/2"
action 5.3 cli command "shut"
action 5.4 cli command "end"

 


event manager applet interface-Down
event syslog pattern "%LINK-3-UPDOWN: Interface GigabitEthernet1/1/1, changed state to down"
action 5.5 cli command "enable"
action 5.6 cli command "conf t"
action 5.7 cli command "interface g1/1/2"
action 5.8 cli command "no shut"
action 5.9 cli command "end"

Sure EEM is other options was about to suggest, but glad you able to resolve the issue.

BB

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

How to Ask The Cisco Community for Help

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card