12-04-2019 06:35 PM
Hello,
I’m having trouble with my configuration and was wondering if anyone could help out ASAP.
Core :
====================================================================================================
Fabric Attach Assignment Map
====================================================================================================
Interface I-SID Vlan State Origin
----------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------
0 out of 0 Total Num of fabric attach assignment mappings displayed
--------------------------------------------------------------------------------
CORE:1(config)#show fa assignment 1/13
====================================================================================================
Fabric Attach Assignment Map
====================================================================================================
Interface I-SID Vlan State Origin
----------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------
0 out of 0 Total Num of fabric attach assignment mappings displayed
--------------------------------------------------------------------------------
ERS Stack:
Groundflr(config)#show fa assignment
I-SID VLAN Source Status
-------- ---- ----------------------------- --------
200010 10 Proxy Pending
200020 20 Proxy Pending
200030 30 Proxy Pending
200040 40 Proxy Pending
200050 50 Proxy Pending
200060 60 Proxy Pending
Binding Count: 6
Groundflr(config)#show fa assignment
i can’t seem to figure it out and i am behind schedule...anyone please!!!!
Solved! Go to Solution.
07-01-2021 11:09 AM
1 year later, so you probably fixed the “application interaction issue”. But for those having the same issue:
ISIS seems to be not enabled on the VSP, as can be seen in the “show run” in the 2nd post.
I’ve had the same issue in the past. Just enable ISIS (router isis enable) and you should be fine 🙂
rgds
12-05-2019 12:04 PM
CORE:1(config)#show LLdp neighbor
==========================================================================================
LLDP Neighbor
==========================================================================================
Port: 1/13 Index : 1
Protocol : LLDP
ChassisId: MAC Address f4:6e:95:08:35:01
PortId : IfName 1/26
SysName : Groundflr
SysCap : Br / B
PortDescr: Unit 1 Port 26
SysDescr : Ethernet Routing Switch 3626GTS-PWR+ HW:09 FW:6.1.0.0 SW:v6.1.1.017
Address : 10.10.0.20
------------------------------------------------------------------------------------------
Total Neighbors : 1
------------------------------------------------------------------------------------------
Capabilities Legend: (Supported/Enabled)
B= Bridge, D= DOCSIS, O= Other, R= Repeater,
S= Station, T= Telephone, W= WLAN, r= Router
CORE:1(config)#
CORE:1(config)#
CORE:1(
12-05-2019 12:01 PM
Well, the VSP is not seeing any FA neighbour.
Does the VSP see any LLDP neighbour ? On port 1/13 ?
Is the ERS plugged in the right port ?
What are the LLDP neighbours of the ERS ?
Some troubleshooting required.
12-05-2019 11:46 AM
CORE:1(config)#show fa elements
====================================================================================================
Fabric Attach Discovery Elements
====================================================================================================
MGMT ELEM ASGN
PORT TYPE VLAN STATE SYSTEM ID AUTH AUTH
----------------------------------------------------------------------------------------------------
====================================================================================================
Fabric Attach Authentication Detail
====================================================================================================
ELEM OPER ASGN OPER
PORT AUTH STATUS AUTH STATUS
----------------------------------------------------------------------------------------------------
State Legend: (Tagging/AutoConfig)
T= Tagged, U= Untagged, D= Disabled, S= Spbm, V= Vlan, I= Invalid
Auth Legend:
AP= Authentication Pass, AF= Authentication Fail,
NA= Not Authenticated, N= None
--------------------------------------------------------------------------------
0 out of 0 Total Num of fabric attach discovery elements displayed
--------------------------------------------------------------------------------
CORE:1(config)#
CORE:1(config)#
12-05-2019 10:05 AM
thank you. i’d be on site in a few hours and show you results of that command...
12-05-2019 09:35 AM
ERS switches by default always use FA message authentication (unlike XOS).
In your config it looks like port 1/13 is part of MLT13 where you have:
no fa message-authentication
You should probably re-enable that.
Would help if you included the “show fa elements” command from the VSP side.