cancel
Showing results for 
Search instead for 
Did you mean: 

FA Assignment : VSP4450 -> ERS3600 : Pendeing

FA Assignment : VSP4450 -> ERS3600 : Pendeing

Klenan
New Contributor

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!!!!

1 ACCEPTED SOLUTION

Fijs
New Contributor III

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

View solution in original post

10 REPLIES 10

Klenan
New Contributor
CORE:1(config)#show run
Preparing to Display Configuration...
#
# Fri Nov 06 13:27:26 1970 GMT
# box type : VSP-4450GSX-PWR+
# software version : 7.1.0.1
# cli mode : ECLI
#

#Card Info :

# Slot 1 :
# CardType : 4450GSX-PWR+
# CardDescription : 4450GSX-PWR+
# CardSerial# : 19JP0360E50Y
# CardPart# : EC4400A05-E6
# CardAssemblyDate : 20190118
# CardHWRevision : 11
# CardHWConfig : none
# OperStatus : up

#
#!end
#
config terminal



#
# BOOT CONFIGURATION
#

boot config flags ftpd
boot config flags telnetd
#boot config sio console baud 9600 1
# end boot flags

#
# SPBM CONFIGURATION
#

spbm
spbm ethertype 0x8100

#
# CLI CONFIGURATION
#

prompt "CORE"
password password-history 3


#
# CLOCK TIME-ZONE CONFIGURATION
#

clock time-zone Africa Accra

#
# SYSTEM CONFIGURATION
#

sys force-topology-ip-flag

#
# LOG CONFIGURATION
#


#
# LINK-FLAP-DETECT CONFIGURATION
#


#

# IEEE VLAN AGING CONFIGURATION
#


#
# ACCESS-POLICY CONFIGURATION
#

#
# SSH CONFIGURATION
#




ssh

#
# MCAST SOFTWARE FORWARDING CONFIGURATION
#


#

# SNMP V3 GLOBAL CONFIGURATION
#


#
# SNMP V3 GROUP MEMBERSHIP CONFIGURATION
#


#
# SNMP V3 NOTIFY FILTER CONFIGURATION
#


#
# SNMP V3 MIB VIEW CONFIGURATION
#


#
# SNMP V3 GROUP CONFIGURATION
#



#
# SNMP V3 TARGET ADDRESS CONFIGURATION
#


#
# DDI CONFIGURATION
#


#
# SLOT CONFIGURATION
#


#
# MAC AGING CONFIGURATION
#


#
# SMTP CONFIGURATION

#


#
# WEB CONFIGURATION
#

web-server enable
no web-server secure-only


#
# GLOBAL FDB FILTER CONFIGURATION
#




#
# QOS CONFIGURATION - PHASE I
#



#
# LACP CONFIGURATION
#


#
# VRF CONFIGURATION
#

ip vrf multicast vrfid 220
ip vrf internal vrfid 222

#
# MAINTENANCE-DOMAIN CONFIGURATION
#


#
# MAINTENANCE-ASSOCIATION CONFIGURATION
#


#

# MAINTENANCE-ENDPOINT CONFIGURATION
#

#
# POE GLOBAL CONFIGURATION
#

#
# PORT CONFIGURATION - PHASE I
#


#
# ISIS SPBM CONFIGURATION
#

router isis
spbm 1
spbm 1 nick-name 1.84.01
spbm 1 b-vid 4051-4052 primary 4051
spbm 1 multicast enable
spbm 1 ip enable
spbm 1 smlt-virtual-bmac 00:01:82:00:01:0f

spbm 1 smlt-peer-system-id 0001.8402.0100
exit

#
# SPB-PIM-GW CONFIGURATION
#


#
# MLT CONFIGURATION
#

mlt 1 enable name "vIST-MLT"
mlt 1 member 1/1
mlt 1 encapsulation dot1q

mlt 13 enable name "GRD_floor"
mlt 13 member 1/13
mlt 13 encapsulation dot1q

mlt 14 enable name "1st_Floor"
mlt 14 member 1/14
mlt 14 encapsulation dot1q


mlt 15 enable name "3rd_Floor"
mlt 15 member 1/15
mlt 15 encapsulation dot1q

mlt 16 enable name "6th_floor"
mlt 16 member 1/16
mlt 16 encapsulation dot1q

mlt 17 enable name "9th_Floor"
mlt 17 member 1/17
mlt 17 encapsulation dot1q

mlt 18 enable name "12th Floor"
mlt 18 member 1/18
mlt 18 encapsulation dot1q

mlt 19 enable name "Svr_Farm"
mlt 19 member 1/19
mlt 19 encapsulation dot1q

mlt 20 enable name "Testing"
mlt 20 member 1/20

mlt 20 encapsulation dot1q

mlt 48 enable name "Mikrotik"
mlt 48 member 1/48
mlt 48 encapsulation dot1q


#
# IP PREFIX LIST CONFIGURATION - GlobalRouter
#


#
# IP PREFIX LIST CONFIGURATION - VRF
#


#
# IPv6 PREFIX LIST CONFIGURATION - GlobalRouter
#


#

# RMON CONFIGURATION
#


#
# DVR CONFIGURATION
#


#
# VLAN CONFIGURATION
#

vlan members remove 1 1/1-1/20,1/48
vlan create 10 name "Administration" type port-mstprstp 0
vlan mlt 10 18
vlan members 10 1/18 portmember
vlan i-sid 10 200010
interface Vlan 10
vrf internal
ip address 10.10.0.1 255.255.0.0 2
ip dhcp-relay
ip rsmlt

ip rsmlt holdup-timer 9999
exit
vlan create 20 name "Guest" type port-mstprstp 0
vlan mlt 20 18
vlan members 20 1/18 portmember
vlan i-sid 20 200020
interface Vlan 20
vrf internal
ip address 10.20.0.1 255.255.0.0 3
ip dhcp-relay
ip rsmlt
ip rsmlt holdup-timer 9999
exit
vlan create 30 name "IP_Telephone" type port-mstprstp 0
vlan mlt 30 48
vlan members 30 1/48 portmember
vlan i-sid 30 200030
interface Vlan 30
vrf internal
ip address 10.30.0.1 255.255.0.0 4
ip dhcp-relay
ip rsmlt
ip rsmlt holdup-timer 9999

exit
vlan create 40 name "IPTV" type port-mstprstp 0
vlan mlt 40 48
vlan members 40 1/48 portmember
vlan i-sid 40 200040
interface Vlan 40
vrf multicast
ip address 10.40.0.1 255.255.0.0 5
ip dhcp-relay
ip rsmlt
ip rsmlt holdup-timer 9999
exit
vlan create 50 name "CCTV" type port-mstprstp 0
vlan mlt 50 48
vlan members 50 1/48 portmember
vlan i-sid 50 200050
interface Vlan 50
vrf multicast
ip address 10.50.0.1 255.255.0.0 6
ip spb-multicast enable
ip dhcp-relay
ip rsmlt
ip rsmlt holdup-timer 9999

exit
vlan create 60 type port-mstprstp 0
vlan mlt 60 48
vlan members 60 1/48 portmember
vlan i-sid 60 20060
interface Vlan 60
ip address 192.168.0.1 255.255.0.0 1
ip spb-multicast enable
ip dhcp-relay
ip rsmlt
ip rsmlt holdup-timer 9999
exit
vlan create 3999 type port-mstprstp 0
vlan i-sid 3999 203999
interface Vlan 3999
ip address 172.16.99.1 255.255.255.252 0
exit
vlan create 4051 type spbm-bvlan
vlan create 4052 type spbm-bvlan

#
# MSTP CONFIGURATION
#



#
# NLS CONFIGURATION
#


#
# FHS CONFIGURATION
#


#
# MAC ACL CONFIGURATION
#


#
# IPv6 FHS ACL CONFIGURATION
#


#

# RA-GUARD CONFIGURATION
#


#
# DHCP-GUARD CONFIGURATION
#


#
# FHS SNOOPING CONFIGURATION
#


#
# SFLOW CONFIGURATION
#


#
# DHCP SNOOPING CONFIGURATION
#



#
# DHCP SNOOPING BINDING CONFIGURATION
#


#
# LINK-STATE TRACKING
#


#
# VIRTUAL IST CONFIGURATION
#


#
# MLT INTERFACE CONFIGURATION
#

interface mlt 1
isis
isis spbm 1

isis enable
exit
interface mlt 13
smlt
fa
fa enable
no fa message-authentication
exit
interface mlt 14
smlt
fa
fa enable
no fa message-authentication
exit
interface mlt 15
smlt
fa
fa enable
no fa message-authentication
exit
interface mlt 16
smlt
fa

fa enable
no fa message-authentication
exit
interface mlt 17
smlt
fa
fa enable
no fa message-authentication
exit
interface mlt 18
smlt
fa
no fa message-authentication
exit
interface mlt 19
smlt
fa
fa enable
no fa message-authentication
exit
interface mlt 20
exit
interface mlt 48

smlt
fa
no fa message-authentication
exit

#
# PORT CONFIGURATION - PHASE II
#

interface GigabitEthernet 1/1
default-vlan-id 0
no shutdown
slpp packet-rx
slpp packet-rx-threshold 5
no spanning-tree mstp force-port-state enable
no spanning-tree mstp msti 62 force-port-state enable
exit
interface GigabitEthernet 1/3
no shutdown
exit
interface GigabitEthernet 1/13
default-vlan-id 0
no shutdown

slpp packet-rx
slpp packet-rx-threshold 5
no spanning-tree mstp force-port-state enable
exit
interface GigabitEthernet 1/14
default-vlan-id 0
no shutdown
slpp packet-rx
slpp packet-rx-threshold 5
no spanning-tree mstp force-port-state enable
exit
interface GigabitEthernet 1/15
default-vlan-id 0
no shutdown
slpp packet-rx
slpp packet-rx-threshold 5
no spanning-tree mstp force-port-state enable
exit
interface GigabitEthernet 1/16
default-vlan-id 0
no shutdown
slpp packet-rx
slpp packet-rx-threshold 5

no spanning-tree mstp force-port-state enable
exit
interface GigabitEthernet 1/17
default-vlan-id 0
no shutdown
slpp packet-rx
slpp packet-rx-threshold 5
no spanning-tree mstp force-port-state enable
exit
interface GigabitEthernet 1/18
default-vlan-id 10
no shutdown
slpp packet-rx
slpp packet-rx-threshold 5
no spanning-tree mstp force-port-state enable
exit
interface GigabitEthernet 1/19
default-vlan-id 0
no shutdown
slpp packet-rx
slpp packet-rx-threshold 5
no spanning-tree mstp force-port-state enable
exit

interface GigabitEthernet 1/20
default-vlan-id 0
exit
interface GigabitEthernet 1/48
default-vlan-id 0
no shutdown
slpp packet-rx
slpp packet-rx-threshold 5
no spanning-tree mstp force-port-state enable
exit

#
# IP CONFIGURATION
#


#
# IP AS LIST CONFIGURATION - GlobalRouter
#


#
# IP AS LIST CONFIGURATION - VRF

#


#
# IP COMMUNITY LIST CONFIGURATION - GlobalRouter
#


#
# IP COMMUNITY LIST CONFIGURATION - VRF
#


#
# IP EXTENDED COMMUNITY LIST CONFIGURATION - GlobalRouter
#


#
# IP EXTENDED COMMUNITY LIST CONFIGURATION - VRF
#



#
# IP ROUTE MAP CONFIGURATION - GlobalRouter
#


#
# IP ROUTE MAP CONFIGURATION - VRF
#


#
# IP CONFIGURATION - GlobalRouter
#


#
# IP CONFIGURATION - VRF
#

router vrf multicast
ip ecmp
ip ecmp max-path 4
exit

router vrf internal
ip ecmp
ip ecmp max-path 4
ip route 0.0.0.0 0.0.0.0 10.30.20.254 weight 5
exit

#
# CIRCUITLESS IP INTERFACE CONFIGURATION - GlobalRouter
#

interface loopback 1
ip address 1 172.16.100.1/255.255.255.255
exit

#
# CIRCUITLESS IP INTERFACE CONFIGURATION - VRF
#


#
# TOPOLOGY-CLIP-IP
#


sys clipId-topology-ip 1

#
# MSDP CONFIGURATION - GlobalRouter
#




#
# CIRCUITLESS IPV6 INTERFACE CONFIGURATION - GlobalRouter
#


#
# CIRCUITLESS IPV6 INTERFACE CONFIGURATION - VRF
#


#
# VRRP CONFIGURATION - GlobalRouter
#



#
# VRRP CONFIGURATION - VRF
#


#
# UDP FORWARDING CONFIGURATION - GlobalRouter
#


#
# UDP FORWARDING CONFIGURATION - VRF
#


#
# UDP FORWARDING PORT CONFIGURATION
#


#
# UDP FORWARDING VLAN CONFIGURATION

#


#
# DHCP CONFIGURATION - GlobalRouter
#


#
# DHCP CONFIGURATION - VRF
#

router vrf multicast
ip dhcp-relay fwd-path 10.40.0.1 192.168.0.1
ip dhcp-relay fwd-path 10.40.0.1 192.168.0.1 enable
ip dhcp-relay fwd-path 10.40.0.1 192.168.0.1 mode bootp_dhcp
ip dhcp-relay fwd-path 10.50.0.1 192.168.0.1
ip dhcp-relay fwd-path 10.50.0.1 192.168.0.1 enable
ip dhcp-relay fwd-path 10.50.0.1 192.168.0.1 mode bootp_dhcp
exit
router vrf internal
ip dhcp-relay fwd-path 10.10.0.1 192.168.0.1
ip dhcp-relay fwd-path 10.10.0.1 192.168.0.1 enable

ip dhcp-relay fwd-path 10.10.0.1 192.168.0.1 mode dhcp
ip dhcp-relay fwd-path 10.20.0.1 192.168.0.1
ip dhcp-relay fwd-path 10.20.0.1 192.168.0.1 enable
ip dhcp-relay fwd-path 10.20.0.1 192.168.0.1 mode dhcp
ip dhcp-relay fwd-path 10.30.0.1 192.168.0.1
ip dhcp-relay fwd-path 10.30.0.1 192.168.0.1 enable
ip dhcp-relay fwd-path 10.30.0.1 192.168.0.1 mode dhcp
exit

#
# RIP CONFIGURATION - GlobalRouter
#


#
# RIP CONFIGURATION - VRF
#


#
# RIP VLAN CONFIGURATION
#



#
# IGMP CONFIGURATION - GlobalRouter
#


#
# IGMP CONFIGURATION - VRF
#


#
# MCAST RESOURCE USAGE CONFIGURATION - GlobalRouter
#


#
# MCAST RESOURCE USAGE CONFIGURATION - VRF
#


#
# TIMED PRUNE CONFIGURATION - GlobalRouter

#


#
# TIMED PRUNE CONFIGURATION - VRF
#


#
# RSMLT CONFIGURATION
#


#
# IPV6 CONFIGURATION - GlobalRouter
#


#
# IPV6 CONFIGURATION - VRF
#



#
# MLD CONFIGURATION - GlobalRouter
#


#
# ISIS CONFIGURATION
#

router isis
sys-name "CORE"
ip-source-address 172.16.100.1
is-type l1
system-id 0001.8401.0100
manual-area 10.0001
exit

#
# LOGICAL ISIS CONFIGURATION
#


#

# VTEP CONFIGURATION
#


#
# REMOTE VTEP CONFIGURATIONS
#


#
# VLAN NODAL MEP/MIP CONFIGURATION
#


#
# QOS CONFIGURATION - PHASE II
#

qos queue-profile 1 member add 1/1-1/50

#
# CFM CONFIGURATION - PHASE II
#




#
# DIAG CONFIGURATION
#


#
# NTP CONFIGURATION
#

no ntp

#
# ES CONFIGURATION
#


#
# OSPF CONFIGURATION - GlobalRouter
#

router ospf
router-id 94.64.110.1


exit

#
# OSPF CONFIGURATION - VRF
#


#
# OSPF ACCEPT CONFIGURATION - GlobalRouter
#


#
# OSPF ACCEPT CONFIGURATION - VRF
#


#
# BGP CONFIGURATION - GlobalRouter
#



#
# BGP CONFIGURATION - VRF
#


#
# ISIS SPBM IPVPN CONFIGURATION
#
router vrf multicast
ipvpn
i-sid 300220
mvpn enable
ipvpn enable
exit
router vrf internal
ipvpn
i-sid 300222
ipvpn enable
exit

#
# IP ISID LIST CONFIGURATION - GlobalRouter
#



#
# IP ISID LIST CONFIGURATION - VRF
#


#
# ISIS ACCEPT CONFIGURATION - GlobalRouter
#


#
# ISIS ACCEPT CONFIGURATION - VRF
#


#
# IP REDISTRIBUTION CONFIGURATION - GlobalRouter
#

router isis
redistribute direct

redistribute direct enable
exit

#
# IP REDISTRIBUTION CONFIGURATION - VRF
#

router vrf multicast
isis redistribute direct
isis redistribute direct metric 1
isis redistribute direct enable
exit
router vrf internal
isis redistribute direct
isis redistribute direct metric 1
isis redistribute direct enable
exit

#
# OSPF VLAN CONFIGURATION
#



#
# OSPF PORT CONFIGURATION
#


#
# OSPF LOOPBACK CONFIGURATION
#


#
# RIP PORT CONFIGURATION
#


#
# IPVPN CONFIGURATION
#

#
# SLPP CONFIGURATION
#


slpp enable
slpp vid 10
slpp vid 20
slpp vid 30
slpp vid 40
slpp vid 50
slpp vid 60

#
# FILTER CONFIGURATION
#


#
# APPLICATION TELEMETRY CONFIGURATION
#


#
# IPV6 TUNNEL CONFIGURATION
#



#
# IPV6 OSPFV3 CONFIGURATION
#

router ospf

exit

#
# IPV6 RIPng CONFIGURATION
#

router rip
exit

#
# IPV6 STATIC ROUTE CONFIGURATION - GlobalRouter
#


#
# IPV6 STATIC ROUTE CONFIGURATION - VRF
#



#
# IPV6 OSPF VLAN CONFIGURATION
#


#
# IPV6 OSPF PORT CONFIGURATION
#


#
# IPV6 RIP VLAN CONFIGURATION
#


#
# IPV6 RIP PORT CONFIGURATION
#


#

# IPV6 VRRP VLAN CONFIGURATION
#


#
# IPV6 VRRP PORT CONFIGURATION
#


#
# IPV6 NEIGHBOR CONFIGURATION - GlobalRouter
#


#
# IPV6 NEIGHBOR CONFIGURATION - VRF
#


#
# IPV6 DHCP CONFIGURATION - GlobalRouter
#




#
# IPV6 DHCP CONFIGURATION - VRF
#


#
# I-SID CONFIGURATION
#


#
# VNID CONFIGURATION
#




#
# RADIUS CONFIGURATION
#



#
# TACACS CONFIGURATION
#


#
# LLDP CONFIGURATION
#


#
# EAP CONFIGURATION
#


#
# MACSEC CONFIGURATION
#


#
# FABRIC ATTACH CONFIGURATION

#


#
# SPB-PIM-GW CONFIGURATION
#


#
# SOFTWARE CONFIGURATION
#


#
# APPLICATION CONFIGURATION
#






#

# IPSEC CONFIGURATION
#


#
# IPSEC POLICY TABLE CONFIGURATION
#


#
# IPSEC SA TABLE CONFIGURATION
#


#
# IPSEC SA POLICY LINK TABLE CONFIGURATION
#


#
# IPV6 OSPFV3 IPSEC CONFIGURATION
#



#
# IPV6 IPSEC INTERFACE CONFIGURATION
#


#
# IP IPSEC INTERFACE CONFIGURATION
#






#
# IKE CONFIGURATION
#




#

# IP REDISTRIBUTE APPLY CONFIGURATIONS

#
#

isis apply redistribute direct
isis apply redistribute direct vrf multicast
isis apply redistribute direct vrf internal

#
# IP ECMP APPLY CONFIGURATIONS




end


CORE:1(config)#

 

GTM-P2G8KFN