BRKRST 2338 PDF
BRKRST 2338 PDF
BRKRST 2338 PDF
Networks
Mani Ganesan – CCIE R&S / SP #27200
Consulting Systems Engineer
@mani_cisco
BRKRST-2338
Reference only slide
Agenda
• ISIS Overview
- CLNS, L1/L2 Routing, Best Practices
• ISIS for IPv6
- Single Topology, Multi-Topology
• ISIS in the Backbone
- Fast Convergence Features
• ISIS at the Edge
- BGP and MPLS Considerations
• ISIS at the Access / Aggregation
- Route Leaking, Traffic Engineering and IP FRR
What is IS-IS ?
Intermediate System-to-Intermediate System (IS-IS) Overview
Data-link header
(OSI family 0xFEFE)
Encapsulation of IS-IS
IS-IS TLVs
* draft-bhatia-manral-diff-isis-ospf
ISIS vs OSPF
Notable Similarities and Differences
IS-IS and OSPF are both link state protocols, there are similarities and differences
• Similarities: • Differences:
• Link-state representation, aging, and • IS-IS organizes domain into two
metrics layers; OSPF designates backbone
• Use of Link-state databases and SPF area (area 0)
algorithms • IS-IS peering is more flexible than
• Update, routing decisions, and OSPF (hello time, dead intervals, and
flooding processes similar subnet mask need not match)
• IS-IS selects single DIS which may be
preempted; OSPF elects a DR/BDR
which cannot be preempted,
• IS-IS does not support NBMA, point-
to-multipoint, or virtual links (it rides L2
directly)
ISIS vs OSPF
Terminology
• OSPF • ISIS
• Host • End System (ES)
• Router • Intermediate System (IS)
• Link • Circuit
• Packet • Protocol Data Unit (PDU)
• Designated router (DR) • Designated IS (DIS)
• Backup router (BDR) • N/A (no DBIS is used)
• Links State Advertisement (LSA) • Link State PDU (LSP)
• Hello Packet • IIH PDU
• Database Description (DBD) • Complete Sequence Number PDU
(CSNP)
ISIS vs OSPF
OSPF Areas - Example Area 1
• OSPF
– Area
– Backbone Area (area 0)
– Non-backbone area
ABR
– Area Border Router (ABR)
– Autonomous System
Boundary Router (ASBR) Area 2 Area 0 Area 3
ABR ABR
ISIS vs OSPF
ISIS Areas - Example Area 1
• ISIS
L1
– Sub domain (area)
– Level-2 Sub domain (backbone) Backbone
– Level-1 area Level 2
L1-L2
– Level-1-2 router (L1-L2)
– AS boundary can be any router (IS)
• IS-IS does not have back- Area 2 Area 3
bone “area”
– A backbone is a contiguous L1-L2 L1-L2
collection of Level-2 routers
L1 L1
Hierarchy Levels
• IS-IS presently has a two-layer hierarchy
• The backbone (level 2)
• Non-backbone areas (level 1) L1 Routers
Area Area
• An IS (router) can be either:
• Level 1 router (used for intra-area routing) L1-L2 Routers
L2 Routers
Hierarchy Levels
Level 1 Routers
• Level 1-only routers
• Can only form adjacencies with Level 1 routers with-in the same area
• Link State Data Base (LSDB) only carries intra-area information
L1-Adjacency
L1 L1
Area 1
Hierarchy Levels
Level 2 Routers
• Level-2-only routers
• Exchange information about the L2 area
• Can form adjacencies in multiple areas
L2-Adjacency L2-Adjacency
L2 L2 L2
Area 1 Area 2
Hierarchy Levels
Level1-2 Routers
• Level 2 routers may also perform Level-1 routing (L1-L2 routers)
• L1-L2 routers may have neighbors in any area
• Have two separate LSDBs: Level-1 LSDB & Level-2 LSDB
L1-Adjacency L2-Adjacency
L1 L1-L2 L2
Area 1 Area 2
Hierarchy Levels
Level 1, Level 2, and Level 1–2 Routers
Area 3
L1-only
L2-only
L1-L2
Area 2 L1-L2
L1-only
L1-L2
L1-L2 Area 4
L1-L2
L1-only
This router has to behave as level-2
L1-L2 as well in order to guarantee backbone
L1-only Area 1 continuity and carry L2 DB
ISIS Overview
- Best practices
Setting IS-IS Metric
• ISIS interface cost is not dynamic and there is no auto-cost reference
• Manually configure Metric across the network with "isis metric" interface
• If a link should not be included in the SPF calculation, use metric command with
the maximum keyword.
Increase IS-IS Default Metric
• Default metric10 across the network is not optimal
• Configure a “very large” value as default across the network - metric 100000
• Summary address cost :Adjust the cost of the best specific route to control if
summarizing at different points.
IS-IS MTU Mismatch detection
Disable Hello padding
• Disable IS-IS Hello [IIH] padding
• On high speed links, it may strain huge buffers
• On low speed links, it waste bandwidth
• May affect time sensitive applications, e.g., voice
• IOS will pad the first 5 IIH's to the full MTU to aid in the discovery of MTU
mismatches.
• “Sometimes” option on IOS-XR will use hello padding for adjacency formation
only
Purge the RIB on link failure
• When an interface goes down, the RIB process is used to delete the associated
next-hop routes by default.
• High CPU usage and increased convergence time
ASR9K
Rtr2#
interface ethernet0
E0 2001:db8:1:1::2/64 ipv6 address 2001:db8:1:1::2/64
ipv6 enable
!
Rtr2 router isis
net 49.0001.1921.6802.0001.00
address-family ipv6 unicast
single-topology
Area 49.0002 redistribute static
exit-address-family
interface fastethernet0/0
circuit-type level-2-only
address-family ipv6 unicast
IS-IS with dual stack - IOS Example
Rtr1#
Dual IPv4/IPv6 configuration interface ethernet1
ip address 10.1.1.1 255.255.255.0
ipv6 address 2001:db8:1::1/64
ip router isis
Rtr1
ipv6 router isis
2001:db8:1::/64
interface ethernet2
Ethernet1 ip address 10.2.1.1 255.255.255.0
ipv6 address 2001:db8:2::1/64
Rtr2 ip router isis
Ethernet2 ipv6 router isis
2001:db8:2::/64 router isis
net 49.0001.0000.0000.072c.00
address-family ipv6
redistribute static
Redistributing both IPv6 static routes and exit-address-family
redistribute static
IPv4 static routes.
IS-IS for IPv6
Restrictions with Single Topology
• In Single topology IS-IS for IPv6 uses the same SPF for both IPv4 and IPv6.
- IPv4 and IPv6 topologies MUST match exactly
No Adjacency
• An IS-IS IPv6-only router will not form an adjacency with an IS-IS IPv4/IPv6 router
(Exception is over L2-only interface)
IS-IS for IPv6
Restrictions with Single Topology
• Cannot join two IPv6 areas via an IPv4-only area
• L2 adjacencies will form OK
• IPv6 traffic will black-hole in the IPv4 area.
• The optional keyword transition may be used for transitioning existing IS-IS IPv6
single Topology mode to Multi-Topology IS-IS
IS-IS for IPv6
Transition to Multi-Topology IS-IS – Wide Metrics
• Ensure “Wide metric” is enabled
• Mandatory for Multi-Topology to work
• When migrating from narrow to wide metrics, care is required
• Narrow and wide metrics are NOT compatible with each other
• Step 2: Once the whole network is changed to transition support, the metric style can
be changed to wide
Multi-Topology ISIS configuration example (IOS)
interface Ethernet1
ip address 10.1.1.1 255.255.255.0
ipv6 address 2001:db8:1::1/64
ip router isis
ipv6 router isis
isis ipv6 metric 20
Rtr1
interface Ethernet2
ip address 10.2.1.1 255.255.255.0
2001:db8:1::1/64 ipv6 address 2001:db8:2::1/64
ip router isis
Ethernet 1
ipv6 router isis
Rtr2 isis ipv6 metric 20
Ethernet 2 router isis
net 49.0001.0000.0000.072c.00
2001:db8:2::1/64 metric-style wide
!
address-family ipv6
multi-topology
exit-address-family
Running ISIS during IPv6 Migration phase
IPv6 over IPv4 Tunnels
• IS-IS IPv6 Migration over IPv4 networks require tunnels to be used
• Tunneling is the encapsulating of IPv6 packet in an IPv4 packet
• IS-IS requires GRE encapsulation since it runs directly over the data link layer
• Other IPv6 over IPv4 tunneling tunnel technologies require IP
Dual-Stack Dual-Stack
Router Router
IPv6 IPv4 IPv6
IPv6
Network Network
Network
• Areas with a single exit point is a better choice from an optimal routing
standpoint
Areas and Suboptimal Routing
TOTAL
METRIC = 60 Area 2
L1 Area 1
Router A
L1L2
Area Design
L1-Only POP 49.0001
49.001 49.001
49.001 49.001
L1-Only
• All the routers in one area with L1-only routing
• Flat Design with a single L1-only database running on all the routers
• SPF computation done in all the routers as they are in the L1-only domain
• SPs picked L1-only to avoid sub-optimal routing problems
Area Design
L2-Only POP 49.000
49.000 49.000
49.000 49.000
L2-Only
49.002 49.003
L2-Only
• All the routers run L2-Only in the network, with different Area in all the POPs
• No summarization or route-leaking
49.002 49.003
A F B
Link L
T1 T2
Convergence
IS-IS Fast Convergence
• Historical IGP convergence ~ O(10-30s)
• Focus was on stability rather than fast convergence
Tip: If fast reroute techniques are used, traffic restoration may happen well before
the network convergence.
IS-IS Fast Convergence
T1
Event Detection
Convergence
Event Propagation
Event Processing
HW detect &
recovery
Event Detection
• POS – Best for Convergence
• Very fast Link failure detection
• Native anti-flap property of POS
• down info is signaled very fast
• up info is confirmed for 10s before relaying to interface
• With BFD running on the interface, a failure of the link would signal IS-IS immediately
BFD
interface GigabitEthernet 4/1
bfd interval 100 min_rx 100 multiplier 3
!
router isis
bfd all-interfaces
Metro Ethernet
Event Detection
Fast Hellos BFD
• Same Hellos sent more frequently ! • Protocol independent, Even Faster
• ~1 second detection • 50ms x 3 = 150ms
• Process Driven ( Scheduler ) • Interrupt Driven like CEF ( no waiting )
• Different Hello per Protocol • Single Hello Type
• PIM, LDP, IS-IS, OSPF.. • Clients are IS-IS, OSPF..
• Handled by Central CPU • Hardware Offloaded on some platforms
• False positives and load to CPU • Nexus, ASR 1k/9k, 7600 ES+
• Bandwidth intensive - 50+ Bytes • Light weight ~24 bytes
BFD Overview
• BFD runs in a unicast and point-to-point mode
• It establishes sessions with its neighbors through a three-way handshake, and
maintains a FSM for each session
• Whenever a session’s FSM experiences a state change, such session Up or
Down, the change is signaled to its clients
• BFD may operate in one of three modes
• Asynchronous
• Demand
• Echo Mode
Enable P2P adjacency over LAN
• When LAN interfaces are used between two routers, we can configure ISIS to
behave as p2p
• One step less in SPF computation and reduced number of nodes in SPT (no
pseudonode)
Convergence
Event Propagation
Event Processing
• The LSP needs to be flooded as fast as possible by the neighbor, when there is
a change.
• With short SPF-interval values for initial-delay, SPF may start before the LSP
who triggered SPF is flooded to neighbors
• Flood the LSP that triggered SPF before starting SPF execution
• The fast-flood command ensures the first 5 LSPs that invoked SPF are flooded
before running the SPF on the local router
router isis
fast-flood 15
LSP Flooding
LSP interval
• ISO 10589 states LSP flooding on a LAN should be limited to 30 LSP’s per sec
• Default time between consecutive LSP’s is a minimum of 33 milliseconds
• Reduce the gap to speed up end to end flooding
router isis
max-lsp-lifetime 65535
• Reduce the frequency of periodic LSP flooding of the topology, which reduces
link utilization
router isis
lsp-refresh-interval 65000
• This is safe - other mechanisms to guard against persistence of corrupted LSP's in the
LSDB.
Ignore LSP errors
• Tell the IS to ignore LSP's with an incorrect data-link checksum, rather than
purge them
router isis
ignore-lsp-errors
• Purging LSP's with a bad checksum causes the initiating IS to regenerate that
LSP, which could overload the IS if continued in a cycle
Convergence
Event Propagation
Event Processing
• As the stability decreases (trigger frequency increases), the mechanism delays the
processing of the related actions.
Exponential Back-off Timer
Throttling events
• These timers fine tunes three different events, which are a system of trigger and
action
Trigger: Local LSP change Action: Originate the new LSP and flood it
Trigger: LSP Database change and Tree Change Action: Run SPF/iSPF
Trigger: LSP Database change but no tree change Action: Run PRC
Exponential Back-off Timer
• The mechanism uses three parameters for all three events :
• M (maximum) [s]
• I (initial wait) [ms]
• E (Exponential Increment) [ms]
router isis
spf-interval M I E
prc-interval M I E
lsp-gen-interval M I E
Exponential Back-off Timer
Initial Wait, Maximum Time and Exponential Increment
• Initial Wait ( I ) :
Caveat : In some node failures (not all) and SRLG failures, we need several LSP's
to be able to compute the right loop-free alternate path. If such cases are
important, 'I' should be increased to several ten's of msec to ensure reception and
flooding of these LSP's
Exponential Back-off Timer
Initial Wait, Maximum Time and Exponential Increment
• Exponential timer ( E) :
Depends on how conservative : from 20msec to an average SPF time
• Maximum Time ( M ) :
Again depends on how conservative - Default value is fine ( except if frequency of
bad/good news is high )
Back-off Default Timers
1000
t1 t2 time [ms]
LSP Generation
time [ms]
LSP Generation – Back-off Alg.
Time [ms]
SPF Calculations
router isis
spf-interval <Maximum(M)> <Initial-Wait (I)> <Exponential Increment (E)>
prc-interval <Maximum(M)> <Initial-Wait (I)> <Exponential Increment (E)>
Event Processing
SPF and RIB decoupled -PRC Add a
Loopback
• Run SPF (Dijkstra) only :
• If any topology change (node, link)
• Recompute SPT and the RIB
router isis
ispf [level-1 | level-2 | level-1-2]
• On L1-L2 routers, enable iSPF at both levels. Configure the timer ( seconds ) for
ispf to start, after the command has been entered into the configuration
ispf level-1-2 60
IS-IS Fast Convergence
T1
Event Detection
Convergence
Event Propagation
Event Processing
Distributed FIB
Optimize RIB/FIB update
• RIB update:
• linear function of the number of prefixes to update
• worst-case = function of the total number of prefixes to update
int GigabitEthernet4/1
ip router isis
no isis advertise-prefix
• Just advertise loopback’s prefix , which is passive, works for large scale
router isis
advertise-passive-only
RIB/FIB update – Local RIB
• Local RIB ( enabled by default ) offers a concept of ordering according to
convergence ‘importance’
• Local RIB is the local routing database within IS-IS, this is not the global RIB
( show isis rib )
• As in most cases, the number of important prefixes is significantly smaller than the total
number of prefixes, this functionality is extremely useful and is a significant fast-
convergence gain.
Prefix Prioritization
• Prefix Prioritization is a key differentiator
P1 P3 PE2
PE1
P4
Network x Network y
CE1 CE2
!
interface loopback0
ip router isis
isis tag 17
!
router isis
ip route priority high tag 17
Putting it all together – IOS
• Values showed here are just examples
set-overload-bit
Internet
• Used by a router in a transient condition to tell E
other routers not to use itself as a transit node
• Typically when IS-IS is up but BGP may not have D
had time to fully converge or even MPLS not up yet
• Better stability in the network
B C
set-overload-bit ON
router isis A
set-overload-bit [on-startup[<timeout>|wait-for-bgp]] During Transient
condition on B, A
won’t be using the
Primary path
IS-IS and LDP
• Problem statement
• If IGP selects the link before the LDP labels are available any MPLS-VPN (L2/L3) traffic
is lost until the labels are ready
• Solution
• LDP session protection
• LDP/IGP synchronization
LDP session Protection
• A loopback-to-loopback session is automatically P1 P2
established upon LDP neighbor detection on
a local interface P4
P3
• This session survives link failure for <seconds>
(default: indefinitely)
LDP Session
• Ensures labels of the neighbors are still present when
the link comes back up Session Protected LDP
• Requires redundant path between the two nodes, which can be non-direct too
mpls ldp session protection [ for <acl> | duration <seconds> | vrf <name> ]
LDP/IGP Sync
LDP sessions and traffic loss:
• When an adjacency goes UP, traffic might start flowing across the link, even before the
LDP session is UP.
• If an LDP session goes DOWN, forwarding might continue over the broken link, instead
of using a better path.
P2
PE1 P1 P3 PE2
P4
Network X Network Y
CE1 CE2
LDP/IGP Sync
• Keep the IGP State Synchronized with LDP session State
router isis
mpls ldp sync
P2
P1 P3 PE2
PE1
P4
• When NSF/SSO is included in the design, a good objective is to avoid losing the
hello adjacency during a valid switch-over.
• In most scenarios, testing has indicated that the “hold down” should not be
configured to less than 4 seconds to achieve this.
• In networks with only P2P links or BFD, IGP will re-converge as soon as the
interface goes down or a failure happens, NSF will not work.
Agenda
• ISIS Overview
- CLNS, L1/L2 Routing, Best Practices
• ISIS for IPv6
- Single Topology, Multi-Topology
• ISIS in the Backbone
- Area Design, Fast Convergence Features
• ISIS at the Edge
- BGP and MPLS Considerations
• ISIS at the Access / Aggregation
- Route Leaking, Traffic Engineering and IP FRR
Edge of POP L1-L2 Router
Route-Leaking
• Recommended on L1-L2 routers at the edge of the pop
• If multiple LFAs are found, the best LFA will be installed in forwarding plane.
• LFA is a local mechanism, therefore we could mix non LFA capable routers and
LFA capable routers within same area.
LFA Conditions
Route D
Primary path: F
Backup path: R1 LFA
10
10
S F D
R0 R2
10
20
R1 Primary Path
Backup Path
Conditions with no LFA
Route D
Primary path: F
Backup path: --
S F R3
10 10
D
10
Route D 20
NH: S
20 Route D
R1 R2
NH: R3
ISIS – Enabling LFA on IOS
• By default, LFA computation is disabled
• To enable LFA computation
router isis
fast-reroute per-prefix {level-1 | level-2} {all | route-map <route-map-name>}
B E
A
D
C A
interface ethernet 1/0
Other Routers
ip address 10.1.1.1 255.255.255.0
ip router isis
router isis
net 47.0004.004d.0001.0001.c11.1111.00 isis tag 17
fast-reroute per-prefix level-2 route-map ipfrr-include interface ethernet 1/1
! ip address 172.16.1.1 255.255.255.0
route-map ipfrr-include ip router isis
match tag 17
isis tag 17
router isis
net 49.0001.0001.0001.0001.00
Route tags are 4 bytes long and flooded with LSAs in sub-TLV 1 of TLV 135 fast-reroute per-prefix level-2
Summary: What Have We Learned?
• Deploying IS-IS from Scale, Convergence and Ease of troubleshooting standpoint
• Considerations with single Area / Multi-Area design
• Deploying IPv6 with IS-IS and migration techniques
• Techniques to achieve fast convergence in different parts of the network
• IS-IS features to optimize operations with BGP and MPLS
• Best practices and recommendations for every segment
Complete Your Online Session Evaluation
• Give us your feedback to be
entered into a Daily Survey
Drawing. A daily winner
will receive a $750 Amazon
gift card.
• Complete your session surveys
though the Cisco Live mobile
app or your computer on
Cisco Live Connect.
Don’t forget: Cisco Live sessions will be available
for viewing on-demand after the event at
CiscoLive.com/Online
Participate in the “My Favorite Speaker” Contest
Promote Your Favorite Speaker and You Could be a Winner
• Promote your favorite speaker through Twitter and you could win $200 of Cisco
Press products (@CiscoPress)
• Send a tweet and include
• Your favorite speaker’s Twitter handle @mani_cisco
• Two hashtags: #CLUS #MyFavoriteSpeaker
• You can submit an entry for more than one of your “favorite” speakers
• Don’t forget to follow @CiscoLive and @CiscoPress
• View the official rules at http://bit.ly/CLUSwin
Reference Configuration
with Best Practices on
IOS and IOS-XR
IS-IS Configuration on IOS
router isis interface TenGigabitEthernet3/2
net 10.0000.0000.0010.00 ip address 192.168.1.1 255.255.255.252
is-type level-2-only ip router isis
advertise passive-only bfd interval 200 min_rx 200 multiplier 3
metric-style wide isis circuit-type level-2-only
fast-flood isis network point-to-point
ip route priority high tag 10 no isis advertise prefix
set-overload-bit on-startup wait-for-bgp isis tag 10
max-lsp-lifetime 65535 isis mesh-group
lsp-refresh-interval 65000 !
spf-interval 2 50 100
hello padding
nsf cisco | ietf
fast-reroute per-prefix level-2 all
redistribute isis ip level-2 into level-
1 distribute-list 199
passive-interface Loopback
bfd all-interfaces
!
IS-IS Configuration on IOS-XR
router isis DEFAULT
set-overload-bit on-startup wait-for-bgp interface TenGigE0/0/0/0
is-type level-2-only bfd fast-detect ipv48
net 10.0000.0000.0009.00 mesh-group 1
nsf cisco | ietf point-to-point
lsp-refresh-interval 65000 hello-padding sometimes
max-lsp-lifetime 65535 address-family ipv4 unicast
address-family ipv4 unicast !
metric-style wide !
fast-reroute per-prefix priority-limit critical interface TenGigE0/0/0/2
fast-reroute per-prefix priority-limit critical point-to-point
spf-interval maximum-wait 2000 initial-wait 50 address-family ipv4 unicast
secondary-wait 150 !
advertise passive-only !
! !
interface Loopback0
passive
!
Configuring IS-IS for MPLS TE on IOS-XR
mpls traffic-eng tunnels
!
interface TenGigabitEthernet0/1/0
ip address 172.16.0.0 255.255.255.254
ip router isis
mpls traffic-eng tunnels
mpls traffic-eng attribute-flags 0xF
mpls traffic-eng administrative-weight 20
ip rsvp bandwidth 100000
!
router isis
net 49.0001.1720.1625.5001.00
is-type level-2-only
metric-style wide
mpls traffic-eng router-id Loopback0
mpls traffic-eng level-2
passive-interface Loopback0
!
Configuring IS-IS for MPLS TE on IOS-XR
router isis DEFAULT rsvp
is-type level-2-only interface TenGigE0/0/0/0
net 49.0001.1720.1625.5129.00 bandwidth 100000
address-family ipv4 unicast !
metric-style wide !
mpls traffic-eng level 2 mpls traffic-eng
mpls traffic-eng router-id Loopback0 interface TenGigE0/0/0/0
! admin-weight 5
interface Loopback0 attribute-flags 0x8
passive !
address-family ipv4 unicast !
!
!
interface TenGigE0/0/0/0
address-family ipv4 unicast
!
!
!
Recommended Sessions
• BRKARC-3363 – Routed Fast Convergence
• BRKRST-3112 – Segment Routing
• BRKMPL-2100 - Deploying MPLS Traffic Engineering
• BRKRST-2336 (EIGRP), 2337 (OSPF) – Deployment in Modern Networks
• BRKRST-3320 - Troubleshooting BGP (2015 San Diego)
• BRKMPL-3101 - Advanced Topics and Future Directions in MPLS
• BRKMPL-1100 - Introduction to MPLS
• BRKRST-2042 – Highly Available Wide Area Network Design
Continue Your Education
• Demos in the Cisco Campus
• Walk-in Self-Paced Labs
• Table Topics
• Meet the Engineer 1:1 meetings
Thank you
R&S Related Cisco Education Offerings
Course Description Cisco Certification
CCIE R&S Advanced Workshops (CIERS-1 & Expert level trainings including: instructor led workshops, self CCIE® Routing & Switching
CIERS-2) plus assessments, practice labs and CCIE Lab Builder to prepare candidates
Self Assessments, Workbooks & Labs for the CCIE R&S practical exam.
• Implementing Cisco IP Routing v2.0 Professional level instructor led trainings to prepare candidates for the CCNP® Routing & Switching
• Implementing Cisco IP Switched CCNP R&S exams (ROUTE, SWITCH and TSHOOT). Also available in
Networks V2.0 self study eLearning formats with Cisco Learning Labs.
• Troubleshooting and Maintaining
Cisco IP Networks v2.0
Interconnecting Cisco Networking Devices: Configure, implement and troubleshoot local and wide-area IPv4 and IPv6 CCNA® Routing & Switching
Part 2 (or combined) networks. Also available in self study eLearning format with Cisco Learning
Lab.
Interconnecting Cisco Networking Devices: Installation, configuration, and basic support of a branch network. Also CCENT® Routing & Switching
Part 1 available in self study eLearning format with Cisco Learning Lab.
Designing for Cisco Internetwork Solutions Instructor led training focused on fundamental design methodologies used CCDA® (Design Associate)
(DESGN) to determine requirements for network performance, security, voice, and
wireless solutions. Prepares candidates for the CCDA certification exam.
Building Cisco Service Provider Next-Generation The two courses introduce networking technologies and solutions, including OSI CCNA Service Provider®
Networks, Part 1&2 (SPNGN1), (SPNGN2) and TCP/IP models, IPv4/v6, switching, routing, transport types, security, network
management, and Cisco OS (IOS and IOS XR).
Implementing Cisco Service Provider Mobility UMTS The three courses (SPUMTS, SPCDMA, SPLTE) cover knowledge and skills Cisco Service Provider Mobility
Networks (SPUMTS); required to understand products, technologies, and architectures that are found in CDMA to LTE Specialist;
Implementing Cisco Service Provider Mobility CDMA Universal Mobile Telecommunications Systems (UMTS) and Code Division Multiple Cisco Service Provider Mobility UMTS
Networks (SPCDMA); Access (CDMA) packet core networks, plus their migration to Long-Term Evolution to LTE Specialist
Implementing Cisco Service Provider Mobility LTE (LTE) Evolved Packet Systems (EPS), including Evolved Packet Core (EPC) and
Networks (SPLTE) Radio Access Networks (RANs).
Implementing and Maintaining Cisco Technologies Service Provider/Enterprise engineers to implement, verification-test, and optimize Cisco IOS XR Specialist
Using IOS XR (IMTXR) core/edge technologies in a Cisco IOS XR environment.