Link to home
Start Free TrialLog in
Avatar of c_hockland
c_hocklandFlag for Greece

asked on

connecting two 2950

Hi , can u please send me a configuration example on how to connect two cisco switches
Switch A and Switch B

not the trunking part ( i have this one)

Switch A has native vlan 114.  I need to assign an IP to Switch 2 on the same vlan .  That part of config i am looking for .

Avatar of c_hockland
c_hockland
Flag of Greece image

ASKER

here is the config i came up with...


Username root password qwerty
enable secret jqwerty
aaa new-model
hostname ttrafbogosw02
clock timezone GMT 0
ip routing
ip domain-name global.abc.com
ip name-server 172.20.3.21
ip subnet-zero
no ip source-route
no ip http server
no ip http secure-server
ip classless

crypto key generate rsa

2048


interface Vlan104
 description --- Infrastructure ---
 ip address 172.19.84.5 255.255.255.0


router eigrp 100
passive-interface default
no passive-interface Vlan104
 network 172.19.84.0 0.0.0.255
 network 172.19.86.0 0.0.0.255
no auto-summary


int range fa0/1 - 46
description --- Clients  ---
switchport mode access
switchport access vlan 104

no shut


interface GigabitEthernet0/1
description --- Uplink to ttrafbogosw01 ---
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allow vlan all



ip route 0.0.0.0 0.0.0.0 172.19.84.1 name ---->ttrafbogosw01


line con 0
 exec-timeout 35700 0
 logging synchronous
line vty 0 4
 exec-timeout 35700 0
 logging synchronous
 transport input ssh
 transport output ssh
line vty 5 15
 exec-timeout 35700 0
 logging synchronous
 transport input ssh
 transport output ssh
!

Avatar of rochey2009
rochey2009

Hi,

What is ttrafbogosw01?

ASKER CERTIFIED SOLUTION
Avatar of Frabble
Frabble
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ttrafbogosw01 is the already existing core switch.

Sw2 is the already existing switch on the site

Sw3 is the new switch

This is L3 switch. Do i need default gateway or  default route ?  Any in either case , what adress it will map to ? The core switch or the router ?  ( I am talking about sw3)
What does the topology look like?