CCNP BCMSN Slides
CCNP BCMSN Slides
CCNP BCMSN Slides
Lunch
Defining Implementing Implementing WLANs Minimizing
VLANs Spanning High Service Loss
P Tree Availability and Data
Theft in a
M Campus
Implementing
Inter-VLAN Network
Routing
Router Network
Cloud IP Phone
Voice-
Enabled Multilayer Switch Access Point
Router End Users
Workgroup Lightweight
Wireless
Switch Single-Radio
Router Ethernet
Access Point
PC Workgroup Autonomous
Switch: Dual-Band Wireless Link
Voice-Enabled Access Point
100BASE-T Lightweight
Laptop
Hub Dual-Band
Access Point
http://www.cisco.com/go/certifications
E-TRAIN www.ciscotrain.com league.ciscotrain.com 010 82536886 010 82536887 .
Learner Introductions
• Your name
• Your
company
• Skills and
knowledge
• Brief history
• Objective
Model WLC2006
Booting Primary Image...
Press <ESC> now for additional boot options...
Boot Options
• Hardware-based bridging
• Wire-speed performance
• Collision domain per port
• Traffic containment based on
MAC address
Issues
• No traffic between VLANs
• Unbounded broadcast domain
• Servers not centrally located
Issues
• High per-port cost
• Layer 3 processing required
• High latency over Layer 2 switching
• Combined functionality
– Layer 2 switching
– Layer 3 switching
– Layer 4 switching
• Low latency
• High-speed
scalability
• Unbounded failure
domains
• Large broadcast domains
• Large amount of
unknown MAC unicast
traffic
• Unbounded multicast
traffic
• Management and
support challenges
• Possible security
vulnerabilities
Technology Use
Fast Ethernet Connects end-user
devices to the access
layer switch
Gigabit Access to distribution
Ethernet switch, high-use servers
Implementing VLANs
• High availability
• Finite failure domain
• Scalable design
Global Mode
Database Mode
VLAN 3 added:
Name: VLAN0003
Switch(vlan)# exit
APPLY completed.
Exiting....
Configuring VLANs
• vlan 101
• switchport mode access
• switchport access vlan 101
Verifying VLANs
• show interfaces
• show vlan
Create a VLAN.
Switch#show vlan
VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1
----- ---------- ----- ------ ------ -------- ---- -------- ------
1 enet 100001 1500 - - - - - 0
11 enet 100011 1500 - - - - - 0
. . . . .
. . . .
. . .
Implementing Trunks
ISL 802.1Q
Proprietary Nonproprietary
Encapsulated Tagged
• Is a Cisco proprietary
protocol
• Supports PVST
• Uses an encapsulation
process
• Does not modify the
original frame
• An IEEE standard
• Adds a 4-byte tag to
the original frame
• Additional tag
includes a priority
field
• Does not tag frames
that belong to the
native VLAN
• Supports Cisco IP
telephony
Native VLAN frames are carried over the trunk link untagged.
E-TRAIN www.ciscotrain.com league.ciscotrain.com 010 82536886 010 82536887 .
VLAN Ranges
Configuring a Trunk
• switchport trunk
• switchport mode
• switchport nonegotiate
Dynamic Dynamic
Trunk Access
Auto Desirable
Dynamic
Access Trunk Trunk Access
Auto
Dynamic
Trunk Trunk Trunk Access
Desirable
Not
Trunk Trunk Trunk Trunk
recommended
Not
Access Access Access Access
recommended
. . .
Client
• Cannot create, change, Transparent
or delete VLANs
• Creates, modifies, and deletes local VLANs
• Forwards advertisements
• Forwards advertisements
• Synchronizes VLAN
• Does not synchronize VLAN configurations
configurations
• Saves configuration in NVRAM
• Does not save in
NVRAM
Configuring VTP
• vtp domain
• vtp mode
• vtp password
Verifying VTP
• show vtp status
• show vtp counters
Switch(config)#vtp mode
VTP Version : 2
Configuration Revision : 28
Maximum VLANs supported locally : 1005
Number of existing VLANs : 17
VTP Operating Mode : Client
VTP Domain Name : BCMSN
VTP Pruning Mode : Enabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0x45 0x52 0xB6 0xFD 0x63 0xC8 0x49 0x80
Configuration last modified by 10.1.1.1 at 8-12-05 15:04:49
Switch#
VTP statistics:
Summary advertisements received : 7
Subset advertisements received : 5
Request advertisements received : 0
Summary advertisements transmitted : 997
Subset advertisements transmitted : 13
Request advertisements transmitted : 3
Number of config revision errors : 0
Number of config digest errors : 0
Number of V1 summary errors : 0
• Native VLAN frames are carried over the trunk link untagged.
• A native VLAN mismatch will merge traffic between VLANs.
• When using DTP, ensure that both ends of the link are in the
same VTP domain.
• Ensure that the trunk encapsulation type configured on both
ends of the link is valid.
• On links where trunking is not required, DTP should be
turned off.
• Best practice is to configure trunk and nonegotiate where
trunks are required.
• Missing VLANs
– Configuration has been
overwritten by another VTP
device.
VTP Version :2
Configuration Revision :2
Maximum VLANs supported locally : 1005
Number of existing VLANs :7
VTP Operating Mode : Client
VTP Domain Name : building1
VTP Version :2
Configuration Revision :1
Maximum VLANs supported locally : 1005
Number of existing VLANs :6
VTP Operating Mode : Server
VTP Domain Name : building1
VTP Version :2
Configuration Revision :2
Maximum VLANs supported locally : 1005
Number of existing VLANs :7
VTP Operating Mode : Client
VTP Domain Name : building1
VTP Version :2
Configuration Revision :2
Maximum VLANs supported locally : 1005
Number of existing VLANs :7
VTP Operating Mode : Server
VTP Domain Name : building1
Bridge loops can occur any time there is a redundant path or loop
in the bridge network.
E-TRAIN www.ciscotrain.com league.ciscotrain.com 010 82536886 010 82536887 .
Preventing Bridge Loops
• Reference point
• One root per VLAN
• Maintains topology
• Propagates timers
Bridge ID
Without the
Extended
System ID
Bridge ID with
the Extended
System ID
Or
Link Speed Cost (Revised IEEE Spec) Cost (Previous IEEE Spec)
10 Gbps 2 1
1 Gbps 4 1
100 Mbps 19 10
• PortFast
• Per VLAN Spanning Tree+ (PVST+)
• Rapid Spanning Tree Protocol (RSTP)
• Multiple Spanning Tree Protocol (MSTP)
– MSTP is also known as Multi-Instance Spanning Tree
Protocol (MISTP) on Cisco Catalyst 6500 switches and
above
• Per VLAN Rapid Spanning Tree (PVRST)
Configuring
• spanning-tree portfast (interface command)
or
• spanning-tree portfast default (global command)
– enables PortFast on all nontrunking ports
Verifying
• show running-config interface fastethernet 1/1
Implementing RSTP
Configuring
• spanning-tree mode rapid-pvst
Verifying
• show spanning-tree vlan 101
Debugging
• debug spanning-tree
Implementing MSTP
• Logical aggregation of
similar links
• Load balances
• Viewed as one logical port
• Redundancy
PAgP
• Cisco proprietary
LACP
• IEEE 802.3ad standard
Configure PAgP
• interface port-channel {channel-group-number}
• channel-protocol pagp
• channel-group 1 mode {mode}
Verify
• show interfaces fastethernet 0/1 etherchannel
• show etherchannel 1 port-channel
• show etherchannel 1 summary
Local information:
Hello Partner PAgP Learning Group
Port Flags State Timers Interval Count Priority Method Ifindex
Gi0/9 SC U6/S7 H 30s 1 128 Any 15
Partner's information:
Configure on subinterface
• encapsulation dot1Q (or isl) 10
• ip address 10.10.1.1 255.255.255.0
Verify
• show vlan 10
• show ip route
Router#show vlan
Router#show ip route
• Requires an exact
match on all bits
• Matching is a binary
operation: 0 or 1
• Provides very high-
speed lookups
Configure
• ip routing
• interface vlan 10
– ip address 10.1.1.1 255.255.255.0
• router eigrp 50
– network 10.0.0.0
Verify
• show ip route
Switch(config)#ip routing
Configure
• ip routing
• interface fa0/1
– no switchport
– ip address 10.3.3.1 255.255.255.0
• router eigrp 50
– network 10.0.0.0
Switch(config)#ip routing
Configuring CEF
• ip cef (enabled by default)
• ip route-cache cef (only on VLAN interface)
Verifying CEF
• show ip cef fa 0/1 detail
• show adjacency fa 0/1 detail
Switch#ping ip
The active router responds to ARP requests with the MAC address
of the virtual router.
Router A Router B
Priority Priority
100 50
Initial Initial
Listen Listen
Router A does not
hear any higher
priority than itself, Speak Speak
so promotes itself Router B hears that
to standby. router A has a
Standby Listen higher priority, so
router B returns to
Router A does not
the listen state.
hear an active Active Speak
router, so
promotes itself to
active. Standby
Configure
• standby 1 ip 10.1.1.1
Verify
• show running-config
• show standby
Optimizing HSRP
Switch(config)#interface vlan 10
Switch(config-if)#standby 1 track GigabitEthernet 0/7 50
Switch(config-if)#standby 1 track GigabitEthernet 0/8 60
To load balance routers, assign them to multiple groups on the same subnet.
DSW111#debug standby
*Mar 4 19:08:08.918: HSRP: Vl1 Grp 1 Hello out 172.16.1.111 Active pri 150 vIP 172.16.1.113
*Mar 4 19:08:09.287: HSRP: Vl1 Grp 2 Hello in 172.16.1.112 Active pri 50 vIP 172.16.1.113
*Mar 4 19:08:09.287: HSRP: Vl1 API active virtual address 172.16.1.113 found
*Mar 4 19:08:09.891: HSRP: Vl1 API Duplicate ARP entry detected for 172.16.1.113
*Mar 4 19:08:09.891: HSRP: Vl1 Grp 1 Hello out 172.16.1.111 Active pri 150 vIP 172.16.1.113
*Mar 4 19:08:10.294: HSRP: Vl1 Grp 2 Hello in 172.16.1.112 Active pri 50 vIP 172.16.1.113
*Mar 4 19:08:10.294: HSRP: Vl1 API active virtual address 172.16.1.113 found
*Mar 4 19:08:10.294: HSRP: Vl1 API Duplicate ARP entry detected for 172.16.1.113
*Mar 4 19:08:10.294: HSRP: Vl1 Grp 1 Hello out 172.16.1.111 Active pri 150 vIP 172.16.1.113
*Mar 4 19:08:10.294: HSRP: Vl1 Grp 2 Hello in 172.16.1.112 Active pri 50 vIP 172.16.1.113
*Mar 4 19:08:10.294: HSRP: Vl1 API active virtual address 172.16.1.113 found
*Mar 4 19:08:10.898: HSRP: Vl1 API Duplicate ARP entry detected for 172.16.1.113
*Mar 4 19:08:10.898: HSRP: Vl1 Grp 1 Hello out 172.16.1.111 Active pri 150 vIP 172.16.1.113
*Mar 4 19:08:10.965: HSRP: Vl1 Grp 2 Hello in 172.16.1.112 Active pri 50 vIP 172.16.1.113
*Mar 4 19:08:11.300: HSRP: Vl1 API active virtual address 172.16.1.113 found
Introducing WLANs
• A WLAN is a shared
network.
• An access point is a
shared device and
functions like a shared
Ethernet hub.
• Data is transmitted
over radio waves.
• Two-way radio
communications
(half-duplex) are used.
• The same radio
frequency is used for
sending and receiving
(transceiver).
• Warehousing
• Retail
• Health care
• Education
• Businesses
• Home
Ad hoc mode
• Independent Basic Service Set (IBSS)
– Mobile clients connect directly
without an intermediate access
point.
Infrastructure mode
• Basic Service Set
– Mobile clients use a single access
point for connecting to each other
or to wired network resources.
Roaming
• Maximum data
retry count
exceeded
• Too many
beacons missed
• Data rate shifted
• Periodic intervals
• Multiple SSIDs
• Multiple security types
• Support for multiple
VLANs from switches
• 802.1Q trunking
protocol
• VLANs propagate
across access points.
• VLAN numbers are
unique.
• Access points handle up
to 16 VLANs.
Enterprise outdoor
• Indoor and outdoor wireless solutions for education
customers.
• Rugged mesh solutions for enterprise customers.
Public sector
• Connecting peripheral devices across the mesh.
• Establishing hot zones for public safety or municipal
departments.
Service provider
• Hot spots become hot zones with Wi-Fi access.
Regulatory agencies
• FCC (United States)
• ETSI (Europe)
Standardization
• IEEE 802.11
• http://standards.ieee.org/getieee802/
Certfication of equipment
• Wi-Fi Alliance certifies
interoperability between products.
• Certifications include 802.11a,
802.11b, 802.11g, dual-band
products, and security testing.
• Certified products can be found at
http://www.wi-fi.org.
issues issues
• Provides up to 23
nonoverlapping
channels
• Interference and noise • Lower market
• Interference and noise from other services in penetration
from other services in the 2.4-GHz band
the 2.4-GHz band • Only three
Con
No of channels 3 3 Up to 23
Throughput
Up to 6 Up to 22 Up to 28
[Mbps]
http://standards.ieee.org/getieee802/
http://www.cisco.com/go/aironet/compliance
95 Feet
802.1x EAP
Mutual Authentication
TKIP Encryption
WPA Passphrase WPA / WPA2
WEP Encryption 802.11i Security