cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
822
Views
0
Helpful
5
Replies

CISCO 2900 Switch

vinay0005
Level 1
Level 1

Hi,

I want to know why the same configuration is not working in cisco switch i.e cisco 2900 series.

 

below is the configuration which is not working and the same configuration is working in another switch.

I configured the same switch with below configuration and made the the fastethernet port 0/48 as trunk and tried to connect with juniper switch which is also in trunk mode and passing all the vlans through it. but still its not getting up.

Please help here with this.

Thanking you all in advance.

 

Building configuration...

Current configuration : 3045 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname switch
!
enable password 7 110GR30C0B1DCE02DH340E1EJ5578IY78
!
username root
ip subnet-zero
!
!
!
spanning-tree mode mst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
spanning-tree mst configuration
 name REGION1
 instance 1 vlan 12-18, 20-21, 24-49, 70, 73, 75, 100, 151
!
!
!
interface FastEthernet0/1
 no ip address
!
interface FastEthernet0/2
 switchport access vlan 16
 switchport mode access
 no ip address
!
interface FastEthernet0/3
 switchport access vlan 13
 switchport mode access
 no ip address
!
interface FastEthernet0/4
 no ip address
!
interface FastEthernet0/5
 no ip address
!
interface FastEthernet0/6
 no ip address
!
interface FastEthernet0/7
 no ip address
!
interface FastEthernet0/8
 no ip address
!
interface FastEthernet0/9
 no ip address
!
interface FastEthernet0/10
 switchport access vlan 15
 switchport mode access
 no ip address
!
interface FastEthernet0/11
 no ip address
!
interface FastEthernet0/12
 no ip address
!
interface FastEthernet0/13
 no ip address
!
interface FastEthernet0/14
 no ip address
!
interface FastEthernet0/15
 no ip address
!
interface FastEthernet0/16
 no ip address
!
interface FastEthernet0/17
 no ip address
!
interface FastEthernet0/18
 no ip address
!
interface FastEthernet0/19
 no ip address
!
interface FastEthernet0/20
 no ip address
!
interface FastEthernet0/21
 no ip address
!
interface FastEthernet0/22
 no ip address
!
interface FastEthernet0/23
 no ip address
!
interface FastEthernet0/24
 no ip address
!
interface FastEthernet0/25
 no ip address
!
interface FastEthernet0/26
 no ip address
!
interface FastEthernet0/27
 no ip address
!
interface FastEthernet0/28
 no ip address
!
interface FastEthernet0/29
 no ip address
!
interface FastEthernet0/30
 no ip address
!
interface FastEthernet0/31
 no ip address
!
interface FastEthernet0/32
 no ip address
!
interface FastEthernet0/33
 no ip address
!
interface FastEthernet0/34
 no ip address
!
interface FastEthernet0/35
 no ip address
!
interface FastEthernet0/36
 no ip address
!
interface FastEthernet0/37
 no ip address
!
interface FastEthernet0/38
 no ip address
!
interface FastEthernet0/39
 no ip address
!
interface FastEthernet0/40
 no ip address
!
interface FastEthernet0/41
 no ip address
!
interface FastEthernet0/42
 no ip address
!
interface FastEthernet0/43
 no ip address
!
interface FastEthernet0/44
 no ip address
!
interface FastEthernet0/45
 no ip address
!
interface FastEthernet0/46
 no ip address
!
interface FastEthernet0/47
 no ip address
!
interface FastEthernet0/48
 switchport mode trunk
 no ip address
!
interface GigabitEthernet0/1
 no ip address
!
interface GigabitEthernet0/2
 no ip address
!
interface Vlan1
 no ip address
 no ip route-cache
 shutdown
!
interface Vlan15
 ip address 10.32.0.190 255.255.254.0
 no ip route-cache
!
ip default-gateway 10.32.0.1
ip http server
!
!
line con 0
line vty 0 4
 login
line vty 5 15
 login
!

1 Accepted Solution

Accepted Solutions

Can you post the output to the command "sh vlan"?

View solution in original post

5 Replies 5

Leo Laohoo
Hall of Fame
Hall of Fame
instance 1 vlan 12-18, 20-21, 24-49, 70, 73, 75, 100, 151

Do these VLANs exist in your VLAN Database?

Yes I these are the existing vlan with instance 1.

By default there is 0 instance but we have created instance 1 for all vlans.

 

 

Is there any problem with instance?? I don't think instance will create any prob here. 

 

once I am getting the correct root id if i am giving the command of  show spanning-tree.

 

Anything I am missing here????

Can you post the output to the command "sh vlan"?

Hi Leo Laohoo and InayathUlla Sharieff ,

Thank you very much.

I configured the trunk port again and now its up.

 

Thank you very much for your suggestion.

 

 

 

Vinay,

Leo means to say do you see all the vlans under" show vlan" command?

interface FastEthernet0/48
 switchport mode trunk
 no ip address

 

cAn you try explicitly configuring the command switchport trunk allowed vlan all?

Else provide us the outpt of show int trunk?

 

Review Cisco Networking for a $25 gift card