Wednesday, June 7, 2017

How To install 10 gig sfp on 3560 switch to make A Trunk




How To install 10 gig sfp on 3560 switch to make A Trunk




This is 3560-E switch and on right side there is 10 gig module. So we will put 10 gig Sr- x2 multimode Fiber (MMF).



This is multimode Fiber sfp and there u will see written. X2-10GB- SR (SR means Multimode).So u will put this 
sfp in Cisco 3560-E switch and when it clicks its means its fully inserted. same u will insert sfp in another 3560 switch.
Now you will connect through it multimode fiber. But you will see the 10 gig  link will not up and not blinking because it is not configured.
So for configuration go on switch A and type

#show ip interface brief 
you will see all list of interfaces. so there u will find 10gig interface.
so we will configure first 10 gig interface 0/1.

#conf t
#interface tengig0/1
#switchport trunk encapsulation dot1q
#switchport mode trunk
#switchport trunk allowed vlan all
# switchport nonegotiate
#no shutdown
#exit

now we will go on second switch 10 gig 0/2

#conf t

#switchport trunk encapsulation dot1q
#switchport mode trunk
#switchport trunk allowed vlan all
# switchport nonegotiate
#no shutdown
#exit


you will see the port will become orange for few seconds and then become green. Smile your
10 gig interfaces up and trunk starts.
To verify your 10 gig interface up or not on each swich type.

#show ip interface brief...........you will in front of 10 gig  link up.

#show interfaces tengigabitethernet 0/2 description
te0/2          satus :up     protocol:up
#show interfaces tengigabitethernet counters
#show interfaces tengigabitethernet 0/2 stats
#show interfaces tengigabitethernet 0/2 summary
 you can check many things with ? put at last after 0/2.




No comments:

Post a Comment

Configure NIC Teaming in VMware First go to Windows Server 2012  then go to Server Manger Click on All Server then right click on your...