SlideShare a Scribd company logo
1 of 16
Demo Lab Guide – SPB Basic
Eli Kendel
Corporate Consulting Engineer, Enterprise Business Solutions & SDN Fx
WW Sales
ACE-Fx # 18 , CCIE-DC # 48279
Ekendel@avaya.com
© 2012 Avaya Inc. All rights reserved. 22
Enabling SPB on Core
 Allocate a Node-ID to every node where SPB is to be enabled
 This ID is then used to allocate:
– SPB Nick-name
– SPB Nodal BMAC
– CFM Mep-ID
– Optionally Loopback host IP
© 2012 Avaya Inc. All rights reserved. 33
SPB Cut-Sheet
Value VSP4850-1 VSP4850-2 VSP4850-3 VSP4850-4
SPBm Instance ID 1 1 1 1
CLI Prompt / IS-IS
sys-name VSP4850-1 VSP4850-2 VSP4850-3 VSP4850-4
IS-IS System ID (B-
MAC) 0049.0048.8101 0049.0048.8102 0049.0048.8103 0049.0048.8104
SPB Nickname 8.48.01 8.48.02 8.48.03 8.48.04
Virtual B-MAC 0049.0048.01ff N/A N/A 0049.0048.01ff
CLIP Address
(optional) 10.0.0.1/32 10.0.0.2/32 10.0.0.3/32 10.0.0.2/32
IS-IS Area ID 49.0000 49.0000 49.0000 49.0000
B-Vlan ID's 4051 , 4052 4051 , 4052 4051 , 4052 4051 , 4052
Interface address for
vIST 172.16.100.1/30 N/A N/A 172.16.100.2/30
For
Future
vIST IF
Needed
I-sid of vIST musy be
uniqe
vlan i-sid 3999
3999999
CFM Configuration
SPBM MEP-ID 481 482 483
4
8
4
© 2012 Avaya Inc. All rights reserved. 44
ISIS/SPB Global config
 I will Erase
configuration from
the switch
VSP Product
# 2 – Options
boot config flags factorydefaults
OR
delete /intflash/config.cfg
!
ERS Product
#
boot partial-default
© 2012 Avaya Inc. All rights reserved. 55
ISIS/SPB Global config
 We recommend to use
the following:
– ISIS Area 49.0000
– Backbone VLANs
4051 & 4052
– System-id where one
can easily identify the
node-id
prompt VSP-F8-4850-1
spbm
router isis
spbm 1
spbm 1 b-vid 4051-4052 primary 4051
spbm 1 nick-name 8.48.01
system-id 0049.0048.8101
manual-area 49.0000
exit
vlan create 4051 name "B-VLAN-1" type spbm-bvlan
vlan create 4052 name "B-VLAN-2" type spbm-bvlan
router isis enable
© 2012 Avaya Inc. All rights reserved. 66
Activating SPB for IP extensions
 Create a
circuitless IP
(loopback IP)
and then assign
it to SPB
 This will be
used for:
– Activating IP
shortcuts &
L3VSNs
– Management
IP interface for
the SPB node
interface loopback 1
ip address 10.0.0.1/32
exit
router isis
ip-source-address 10.0.0.1
exit
© 2012 Avaya Inc. All rights reserved. 77
ISIS/SPB NNI Interface config
 NNI interfaces
can be either:
– Individual
ethernet ports
– MLT bundles
of up to 8
ethernet ports
interface GigabitEthernet 1/49,1/50
isis
isis spbm 1
isis enable
exit
interface mlt <mlt-id> , can also configure on MLT Interface
isis
isis spbm 1
isis enable
exit
© 2012 Avaya Inc. All rights reserved. 88
ISIS/SPB NNI Interface MD5 config
 NNI interfaces
Authontication
 We can use MD5
Key to secure our
establish
neighbours
interface GigabitEthernet 1/49,1/50 / mlt <mlt-id>
isis
isis spbm 1
isis hello-auth type hmac-md5 key KENDEL! key-id 111
isis enable
exit
© 2012 Avaya Inc. All rights reserved. 99
ISIS/SPB NNI Interface Metric
Link Speed Interface Type Suggested
ISIS L1-metric
1 Gbit/s Native ethernet 2000
2 Gbit/s MLT bundle 1000
10 Gbit/s Native ethernet 200
20 Gbit/s MLT bundle 100
40 Gbit/s Native ethernet 50
80 Gbit/s MLT bundle / FI 25
100 Gbit/s Native ethernet 20
120 Gbit/s MLT bundle / FI 17
160 Gbit/s MLT bundle 13
1 Tbit/s Future! 2
© 2012 Avaya Inc. All rights reserved. 1010
CFM Global config
 This config is
necessary to
activate the OAM
tools:
– L2 ping
– L2 traceroute
– L2 tracetree
– L2 tracemroute
cfm spbm mepid 481
cfm spbm enable
© 2012 Avaya Inc. All rights reserved. 1111
Greenfield install – Remove default underlay
 Avaya SPB is designed to
run as an overlay on top
of a traditional config
 Like every other ethernet
switch, the default config
is all ports in VLAN 1 and
Spanning Tree enabled
on all the ports
– So you probably still have
VLAN1 and Spanning
Tree running underneath
SPB
 This is pointless so delete
VLAN 1 from all NNI ports
and disable Spanning
Tree on them as well
vlan members remove 1 1/49, 1/50
interface GigabitEthernet 1/49,1/50
no spanning-tree mstp force-port-state enable
no shut
exit
© 2012 Avaya Inc. All rights reserved. 1212
VLACP Configuration
 Avaya Bust Practise
is to enable VLACP
protocol on all NNI
Interface to check
NNI Line Health
Vlacp enable
#
interface GigabitEthernet 1/49,1/50
vlacp fast-periodic-time 500 timeout short timeout-scale 5
vlacp enable
Exit
Router isis enable
© 2012 Avaya Inc. All rights reserved. 1313
Enable ECMP on SPBm
 To achieve equal
path we need to
enable IP ECMP
Sh ip ecmp max-path
# vsp4k – max-path 4 , other VSP switch’s max-path 8
ip ecmp max-path 4
l2 traceroute vlan 4051 routernodename <target SPB node>
l2 traceroute vlan 4052 routernodename <target SPB node>
© 2012 Avaya Inc. All rights reserved. 14
Checking SPB Fabric working
show isis adjacencies
show isis spbm nick-name
show isis spbm unicast-fib
show isis spbm unicast-tree <bvlan-id>
l2 ping vlan 4051 routernodename <target SPB node>
l2 ping vlan 4052 routernodename <target SPB node>
l2 traceroute vlan 4051 routernodename <target SPB node>
l2 traceroute vlan 4052 routernodename <target SPB node>
© 2012 Avaya Inc. All rights reserved. 1515
Checking only SPB running on NNI links
 MSTP instance 62 is
an instance used by
SPB
– where no Spanning
Tree is running
 MSTP instance 0 is
the default instance
(used by VLAN 1 and
other VLANs you
create)
– Root port should be
cpp on all nodes
 Only the BVLANs
should be configured
on the NNI interfaces
show spanning-tree status
show spanning-tree mstp port role
show interfaces gigabitEthernet vlan 1/49 , 1/50
Kendel   Avaya-Fabric connect - Demo Lab Guide - basic-1

More Related Content

What's hot

What's hot (7)

Wifi tecnology
Wifi tecnology Wifi tecnology
Wifi tecnology
 
Wap
WapWap
Wap
 
MOBILE COMPUTING
MOBILE COMPUTINGMOBILE COMPUTING
MOBILE COMPUTING
 
Private 5G Networks at the Queen's Funeral and Elsewhere
Private 5G Networks at the Queen's Funeral and ElsewherePrivate 5G Networks at the Queen's Funeral and Elsewhere
Private 5G Networks at the Queen's Funeral and Elsewhere
 
Mobile jammer
Mobile jammerMobile jammer
Mobile jammer
 
Wireless networks syllabus
Wireless networks syllabusWireless networks syllabus
Wireless networks syllabus
 
Wpa3
Wpa3Wpa3
Wpa3
 

Viewers also liked

Kendel Avaya-Fabric connect - Demo Lab Guide – SPB vIST-5
Kendel Avaya-Fabric connect - Demo Lab Guide – SPB vIST-5Kendel Avaya-Fabric connect - Demo Lab Guide – SPB vIST-5
Kendel Avaya-Fabric connect - Demo Lab Guide – SPB vIST-5ELI KENDEL אלי קנדל
 
DSpace - Digital Library - Heuristic Evaluation
DSpace - Digital Library - Heuristic EvaluationDSpace - Digital Library - Heuristic Evaluation
DSpace - Digital Library - Heuristic EvaluationDevesh Jagatram
 
Mobiele Internetklas20050608
Mobiele Internetklas20050608Mobiele Internetklas20050608
Mobiele Internetklas20050608bibliedekerke
 
Seeker [ehv3] Eindhoven
Seeker [ehv3] EindhovenSeeker [ehv3] Eindhoven
Seeker [ehv3] EindhovenTom Veeger
 
20thcenturymusicjeopardy
20thcenturymusicjeopardy20thcenturymusicjeopardy
20thcenturymusicjeopardyStacey Schoen
 
Qnh Performance Management V2 5
Qnh Performance Management V2 5Qnh Performance Management V2 5
Qnh Performance Management V2 5guest712728
 
Team work always succeeds
Team work always succeedsTeam work always succeeds
Team work always succeedsSANJAY PS
 
Application
ApplicationApplication
Applicationkevbud
 
PanIIT 2008 Presentation - IIT Alumni Global Conference
PanIIT 2008 Presentation - IIT Alumni Global ConferencePanIIT 2008 Presentation - IIT Alumni Global Conference
PanIIT 2008 Presentation - IIT Alumni Global ConferenceOMcareers Community
 
利用网络平台构建西北农村小学虚拟教研组
利用网络平台构建西北农村小学虚拟教研组利用网络平台构建西北农村小学虚拟教研组
利用网络平台构建西北农村小学虚拟教研组lms0023
 
Projecte ciències sistema circulatori
Projecte ciències sistema circulatoriProjecte ciències sistema circulatori
Projecte ciències sistema circulatoriCristina Campos
 
COREQUESTIONSintroEng
COREQUESTIONSintroEngCOREQUESTIONSintroEng
COREQUESTIONSintroEngRadka
 
Flt Public Pres
Flt Public PresFlt Public Pres
Flt Public Presdrsarah01
 

Viewers also liked (20)

Kendel Avaya-Fabric connect - Demo Lab Guide – SPB vIST-5
Kendel Avaya-Fabric connect - Demo Lab Guide – SPB vIST-5Kendel Avaya-Fabric connect - Demo Lab Guide – SPB vIST-5
Kendel Avaya-Fabric connect - Demo Lab Guide – SPB vIST-5
 
DSpace - Digital Library - Heuristic Evaluation
DSpace - Digital Library - Heuristic EvaluationDSpace - Digital Library - Heuristic Evaluation
DSpace - Digital Library - Heuristic Evaluation
 
2ScsT141b
2ScsT141b2ScsT141b
2ScsT141b
 
Mobiele Internetklas20050608
Mobiele Internetklas20050608Mobiele Internetklas20050608
Mobiele Internetklas20050608
 
Seeker [ehv3] Eindhoven
Seeker [ehv3] EindhovenSeeker [ehv3] Eindhoven
Seeker [ehv3] Eindhoven
 
20thcenturymusicjeopardy
20thcenturymusicjeopardy20thcenturymusicjeopardy
20thcenturymusicjeopardy
 
Alberto
AlbertoAlberto
Alberto
 
97 2003
97 200397 2003
97 2003
 
Wacom event report 2007 - early 2008
Wacom event report 2007 - early 2008Wacom event report 2007 - early 2008
Wacom event report 2007 - early 2008
 
Qnh Performance Management V2 5
Qnh Performance Management V2 5Qnh Performance Management V2 5
Qnh Performance Management V2 5
 
Team work always succeeds
Team work always succeedsTeam work always succeeds
Team work always succeeds
 
Application
ApplicationApplication
Application
 
Sports Art
Sports ArtSports Art
Sports Art
 
PanIIT 2008 Presentation - IIT Alumni Global Conference
PanIIT 2008 Presentation - IIT Alumni Global ConferencePanIIT 2008 Presentation - IIT Alumni Global Conference
PanIIT 2008 Presentation - IIT Alumni Global Conference
 
利用网络平台构建西北农村小学虚拟教研组
利用网络平台构建西北农村小学虚拟教研组利用网络平台构建西北农村小学虚拟教研组
利用网络平台构建西北农村小学虚拟教研组
 
ASU Pamphlet
ASU PamphletASU Pamphlet
ASU Pamphlet
 
Is.Guerra
Is.GuerraIs.Guerra
Is.Guerra
 
Projecte ciències sistema circulatori
Projecte ciències sistema circulatoriProjecte ciències sistema circulatori
Projecte ciències sistema circulatori
 
COREQUESTIONSintroEng
COREQUESTIONSintroEngCOREQUESTIONSintroEng
COREQUESTIONSintroEng
 
Flt Public Pres
Flt Public PresFlt Public Pres
Flt Public Pres
 

Similar to Kendel Avaya-Fabric connect - Demo Lab Guide - basic-1

Kendel Avaya-Fabric connect - Demo Lab Guide – L2VSN Multicast-7
Kendel Avaya-Fabric connect - Demo Lab Guide – L2VSN Multicast-7Kendel Avaya-Fabric connect - Demo Lab Guide – L2VSN Multicast-7
Kendel Avaya-Fabric connect - Demo Lab Guide – L2VSN Multicast-7ELI KENDEL אלי קנדל
 
Kendel Avaya-Fabric connect -Demo Lab Guide – SPB IP Shortcuts-3
Kendel  Avaya-Fabric connect -Demo Lab Guide – SPB IP Shortcuts-3Kendel  Avaya-Fabric connect -Demo Lab Guide – SPB IP Shortcuts-3
Kendel Avaya-Fabric connect -Demo Lab Guide – SPB IP Shortcuts-3ELI KENDEL אלי קנדל
 
Kendel Avaya-Fabric connect - Demo Lab Guide – Spoof Detect & SLPP-6
Kendel Avaya-Fabric connect - Demo Lab Guide – Spoof Detect & SLPP-6Kendel Avaya-Fabric connect - Demo Lab Guide – Spoof Detect & SLPP-6
Kendel Avaya-Fabric connect - Demo Lab Guide – Spoof Detect & SLPP-6ELI KENDEL אלי קנדל
 
Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Vinod Kumar Balasubramanyam
 
CISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
CISCO Virtual Private LAN Service (VPLS) Technical Deployment OverviewCISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
CISCO Virtual Private LAN Service (VPLS) Technical Deployment OverviewAmeen Wayok
 
Cisco data center support
Cisco data center supportCisco data center support
Cisco data center supportKrunal Shah
 
Capacitacion 2018
Capacitacion 2018Capacitacion 2018
Capacitacion 2018jou333
 
Krzysztof Mazepa - IOS XR - IP Fast Convergence
Krzysztof Mazepa - IOS XR - IP Fast ConvergenceKrzysztof Mazepa - IOS XR - IP Fast Convergence
Krzysztof Mazepa - IOS XR - IP Fast ConvergencePROIDEA
 
Kendel Avaya-FC - Demo Lab Guide – SPB VRRP-RSMLT-4
Kendel Avaya-FC - Demo Lab Guide – SPB VRRP-RSMLT-4Kendel Avaya-FC - Demo Lab Guide – SPB VRRP-RSMLT-4
Kendel Avaya-FC - Demo Lab Guide – SPB VRRP-RSMLT-4ELI KENDEL אלי קנדל
 
FlexVPNLabHandbook-SAMPLE
FlexVPNLabHandbook-SAMPLEFlexVPNLabHandbook-SAMPLE
FlexVPNLabHandbook-SAMPLETariq Sheikh
 
Approaching hyperconvergedopenstack
Approaching hyperconvergedopenstackApproaching hyperconvergedopenstack
Approaching hyperconvergedopenstackIkuo Kumagai
 
WAN SDN meet Segment Routing
WAN SDN meet Segment RoutingWAN SDN meet Segment Routing
WAN SDN meet Segment RoutingAPNIC
 
Shortest path bridging 802.1 aq
Shortest path bridging 802.1 aqShortest path bridging 802.1 aq
Shortest path bridging 802.1 aqMotty Ben Atia
 

Similar to Kendel Avaya-Fabric connect - Demo Lab Guide - basic-1 (20)

Kendel Avaya-Fabric connect - Demo Lab Guide – L2VSN Multicast-7
Kendel Avaya-Fabric connect - Demo Lab Guide – L2VSN Multicast-7Kendel Avaya-Fabric connect - Demo Lab Guide – L2VSN Multicast-7
Kendel Avaya-Fabric connect - Demo Lab Guide – L2VSN Multicast-7
 
Kendel Avaya-Fabric connect -Demo Lab Guide – SPB IP Shortcuts-3
Kendel  Avaya-Fabric connect -Demo Lab Guide – SPB IP Shortcuts-3Kendel  Avaya-Fabric connect -Demo Lab Guide – SPB IP Shortcuts-3
Kendel Avaya-Fabric connect -Demo Lab Guide – SPB IP Shortcuts-3
 
Kendel Avaya-Fabric connect - Demo Lab Guide – Spoof Detect & SLPP-6
Kendel Avaya-Fabric connect - Demo Lab Guide – Spoof Detect & SLPP-6Kendel Avaya-Fabric connect - Demo Lab Guide – Spoof Detect & SLPP-6
Kendel Avaya-Fabric connect - Demo Lab Guide – Spoof Detect & SLPP-6
 
Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000
 
Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000
 
CISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
CISCO Virtual Private LAN Service (VPLS) Technical Deployment OverviewCISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
CISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
 
Cisco data center support
Cisco data center supportCisco data center support
Cisco data center support
 
Capacitacion 2018
Capacitacion 2018Capacitacion 2018
Capacitacion 2018
 
Fabric Connect 設定例
Fabric Connect 設定例Fabric Connect 設定例
Fabric Connect 設定例
 
mpls CNNA.pdf
mpls CNNA.pdfmpls CNNA.pdf
mpls CNNA.pdf
 
Krzysztof Mazepa - IOS XR - IP Fast Convergence
Krzysztof Mazepa - IOS XR - IP Fast ConvergenceKrzysztof Mazepa - IOS XR - IP Fast Convergence
Krzysztof Mazepa - IOS XR - IP Fast Convergence
 
Ies5000 usg
Ies5000 usgIes5000 usg
Ies5000 usg
 
Kendel Avaya-FC - Demo Lab Guide – SPB VRRP-RSMLT-4
Kendel Avaya-FC - Demo Lab Guide – SPB VRRP-RSMLT-4Kendel Avaya-FC - Demo Lab Guide – SPB VRRP-RSMLT-4
Kendel Avaya-FC - Demo Lab Guide – SPB VRRP-RSMLT-4
 
Day 14.2 configuringvla ns
Day 14.2 configuringvla nsDay 14.2 configuringvla ns
Day 14.2 configuringvla ns
 
Samplab19
Samplab19Samplab19
Samplab19
 
FlexVPNLabHandbook-SAMPLE
FlexVPNLabHandbook-SAMPLEFlexVPNLabHandbook-SAMPLE
FlexVPNLabHandbook-SAMPLE
 
Advanced Topics in IP Multicast Deployment
Advanced Topics in IP Multicast DeploymentAdvanced Topics in IP Multicast Deployment
Advanced Topics in IP Multicast Deployment
 
Approaching hyperconvergedopenstack
Approaching hyperconvergedopenstackApproaching hyperconvergedopenstack
Approaching hyperconvergedopenstack
 
WAN SDN meet Segment Routing
WAN SDN meet Segment RoutingWAN SDN meet Segment Routing
WAN SDN meet Segment Routing
 
Shortest path bridging 802.1 aq
Shortest path bridging 802.1 aqShortest path bridging 802.1 aq
Shortest path bridging 802.1 aq
 

More from ELI KENDEL אלי קנדל (15)

Kendel Avaya-Fabric connect - Demo Lab Guide – Macsec-9
Kendel Avaya-Fabric connect - Demo Lab Guide – Macsec-9Kendel Avaya-Fabric connect - Demo Lab Guide – Macsec-9
Kendel Avaya-Fabric connect - Demo Lab Guide – Macsec-9
 
Kendel Avaya-Fabric connect - Demo Lab Guide – L3VSN & Multicast-8
Kendel Avaya-Fabric connect - Demo Lab Guide – L3VSN &  Multicast-8Kendel Avaya-Fabric connect - Demo Lab Guide – L3VSN &  Multicast-8
Kendel Avaya-Fabric connect - Demo Lab Guide – L3VSN & Multicast-8
 
Kendel Avaya-fabric Connect - Demo Lab Guide – SPB L2VSN-2
Kendel Avaya-fabric Connect - Demo Lab Guide – SPB L2VSN-2Kendel Avaya-fabric Connect - Demo Lab Guide – SPB L2VSN-2
Kendel Avaya-fabric Connect - Demo Lab Guide – SPB L2VSN-2
 
הגדרת משפחת Nexus סיסקו 14.3.2011
הגדרת משפחת Nexus   סיסקו 14.3.2011הגדרת משפחת Nexus   סיסקו 14.3.2011
הגדרת משפחת Nexus סיסקו 14.3.2011
 
הגדרת משפחת Nexus סיסקו 20.2.2011
הגדרת משפחת Nexus   סיסקו 20.2.2011הגדרת משפחת Nexus   סיסקו 20.2.2011
הגדרת משפחת Nexus סיסקו 20.2.2011
 
Nexus Information
Nexus InformationNexus Information
Nexus Information
 
Configure Switch Nortel 8600
Configure Switch Nortel 8600Configure Switch Nortel 8600
Configure Switch Nortel 8600
 
Genaral Configuration 8600 Nortel
Genaral Configuration 8600 NortelGenaral Configuration 8600 Nortel
Genaral Configuration 8600 Nortel
 
Expand Cli Command
Expand Cli CommandExpand Cli Command
Expand Cli Command
 
הגדרת נתבי סיסקו 1.0
הגדרת נתבי סיסקו 1.0הגדרת נתבי סיסקו 1.0
הגדרת נתבי סיסקו 1.0
 
configure Wlan Cisco
configure Wlan Ciscoconfigure Wlan Cisco
configure Wlan Cisco
 
Networking Technoloy
Networking TechnoloyNetworking Technoloy
Networking Technoloy
 
Check Point Command
Check Point CommandCheck Point Command
Check Point Command
 
Asf Command
Asf CommandAsf Command
Asf Command
 
Alt Cli
Alt CliAlt Cli
Alt Cli
 

Recently uploaded

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 

Recently uploaded (20)

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 

Kendel Avaya-Fabric connect - Demo Lab Guide - basic-1

  • 1. Demo Lab Guide – SPB Basic Eli Kendel Corporate Consulting Engineer, Enterprise Business Solutions & SDN Fx WW Sales ACE-Fx # 18 , CCIE-DC # 48279 Ekendel@avaya.com
  • 2. © 2012 Avaya Inc. All rights reserved. 22 Enabling SPB on Core  Allocate a Node-ID to every node where SPB is to be enabled  This ID is then used to allocate: – SPB Nick-name – SPB Nodal BMAC – CFM Mep-ID – Optionally Loopback host IP
  • 3. © 2012 Avaya Inc. All rights reserved. 33 SPB Cut-Sheet Value VSP4850-1 VSP4850-2 VSP4850-3 VSP4850-4 SPBm Instance ID 1 1 1 1 CLI Prompt / IS-IS sys-name VSP4850-1 VSP4850-2 VSP4850-3 VSP4850-4 IS-IS System ID (B- MAC) 0049.0048.8101 0049.0048.8102 0049.0048.8103 0049.0048.8104 SPB Nickname 8.48.01 8.48.02 8.48.03 8.48.04 Virtual B-MAC 0049.0048.01ff N/A N/A 0049.0048.01ff CLIP Address (optional) 10.0.0.1/32 10.0.0.2/32 10.0.0.3/32 10.0.0.2/32 IS-IS Area ID 49.0000 49.0000 49.0000 49.0000 B-Vlan ID's 4051 , 4052 4051 , 4052 4051 , 4052 4051 , 4052 Interface address for vIST 172.16.100.1/30 N/A N/A 172.16.100.2/30 For Future vIST IF Needed I-sid of vIST musy be uniqe vlan i-sid 3999 3999999 CFM Configuration SPBM MEP-ID 481 482 483 4 8 4
  • 4. © 2012 Avaya Inc. All rights reserved. 44 ISIS/SPB Global config  I will Erase configuration from the switch VSP Product # 2 – Options boot config flags factorydefaults OR delete /intflash/config.cfg ! ERS Product # boot partial-default
  • 5. © 2012 Avaya Inc. All rights reserved. 55 ISIS/SPB Global config  We recommend to use the following: – ISIS Area 49.0000 – Backbone VLANs 4051 & 4052 – System-id where one can easily identify the node-id prompt VSP-F8-4850-1 spbm router isis spbm 1 spbm 1 b-vid 4051-4052 primary 4051 spbm 1 nick-name 8.48.01 system-id 0049.0048.8101 manual-area 49.0000 exit vlan create 4051 name "B-VLAN-1" type spbm-bvlan vlan create 4052 name "B-VLAN-2" type spbm-bvlan router isis enable
  • 6. © 2012 Avaya Inc. All rights reserved. 66 Activating SPB for IP extensions  Create a circuitless IP (loopback IP) and then assign it to SPB  This will be used for: – Activating IP shortcuts & L3VSNs – Management IP interface for the SPB node interface loopback 1 ip address 10.0.0.1/32 exit router isis ip-source-address 10.0.0.1 exit
  • 7. © 2012 Avaya Inc. All rights reserved. 77 ISIS/SPB NNI Interface config  NNI interfaces can be either: – Individual ethernet ports – MLT bundles of up to 8 ethernet ports interface GigabitEthernet 1/49,1/50 isis isis spbm 1 isis enable exit interface mlt <mlt-id> , can also configure on MLT Interface isis isis spbm 1 isis enable exit
  • 8. © 2012 Avaya Inc. All rights reserved. 88 ISIS/SPB NNI Interface MD5 config  NNI interfaces Authontication  We can use MD5 Key to secure our establish neighbours interface GigabitEthernet 1/49,1/50 / mlt <mlt-id> isis isis spbm 1 isis hello-auth type hmac-md5 key KENDEL! key-id 111 isis enable exit
  • 9. © 2012 Avaya Inc. All rights reserved. 99 ISIS/SPB NNI Interface Metric Link Speed Interface Type Suggested ISIS L1-metric 1 Gbit/s Native ethernet 2000 2 Gbit/s MLT bundle 1000 10 Gbit/s Native ethernet 200 20 Gbit/s MLT bundle 100 40 Gbit/s Native ethernet 50 80 Gbit/s MLT bundle / FI 25 100 Gbit/s Native ethernet 20 120 Gbit/s MLT bundle / FI 17 160 Gbit/s MLT bundle 13 1 Tbit/s Future! 2
  • 10. © 2012 Avaya Inc. All rights reserved. 1010 CFM Global config  This config is necessary to activate the OAM tools: – L2 ping – L2 traceroute – L2 tracetree – L2 tracemroute cfm spbm mepid 481 cfm spbm enable
  • 11. © 2012 Avaya Inc. All rights reserved. 1111 Greenfield install – Remove default underlay  Avaya SPB is designed to run as an overlay on top of a traditional config  Like every other ethernet switch, the default config is all ports in VLAN 1 and Spanning Tree enabled on all the ports – So you probably still have VLAN1 and Spanning Tree running underneath SPB  This is pointless so delete VLAN 1 from all NNI ports and disable Spanning Tree on them as well vlan members remove 1 1/49, 1/50 interface GigabitEthernet 1/49,1/50 no spanning-tree mstp force-port-state enable no shut exit
  • 12. © 2012 Avaya Inc. All rights reserved. 1212 VLACP Configuration  Avaya Bust Practise is to enable VLACP protocol on all NNI Interface to check NNI Line Health Vlacp enable # interface GigabitEthernet 1/49,1/50 vlacp fast-periodic-time 500 timeout short timeout-scale 5 vlacp enable Exit Router isis enable
  • 13. © 2012 Avaya Inc. All rights reserved. 1313 Enable ECMP on SPBm  To achieve equal path we need to enable IP ECMP Sh ip ecmp max-path # vsp4k – max-path 4 , other VSP switch’s max-path 8 ip ecmp max-path 4 l2 traceroute vlan 4051 routernodename <target SPB node> l2 traceroute vlan 4052 routernodename <target SPB node>
  • 14. © 2012 Avaya Inc. All rights reserved. 14 Checking SPB Fabric working show isis adjacencies show isis spbm nick-name show isis spbm unicast-fib show isis spbm unicast-tree <bvlan-id> l2 ping vlan 4051 routernodename <target SPB node> l2 ping vlan 4052 routernodename <target SPB node> l2 traceroute vlan 4051 routernodename <target SPB node> l2 traceroute vlan 4052 routernodename <target SPB node>
  • 15. © 2012 Avaya Inc. All rights reserved. 1515 Checking only SPB running on NNI links  MSTP instance 62 is an instance used by SPB – where no Spanning Tree is running  MSTP instance 0 is the default instance (used by VLAN 1 and other VLANs you create) – Root port should be cpp on all nodes  Only the BVLANs should be configured on the NNI interfaces show spanning-tree status show spanning-tree mstp port role show interfaces gigabitEthernet vlan 1/49 , 1/50