wilson2468
Technical User
I will be starting a new job, the company has 2 4500 series routers with etherchannel links connecting the two switches.
There is one uplink from 10 3COM distribution switches to one of the 4500. There is also one port on the 4500 used for uplink to a PIX.
As it stands now, there is a phone system on one of the distribution switches that needs to be VLANed out of the regular traffic.
I am thinking I need to
1. Create the VLAN on the distribution switches and create a trunk port on the 3COM uplink to the 4500.
2. Create the VLAN on the Cisco4500 and cretae a trunk port on it.
3. Tag the phone system ports on the trunk link.
I guess I need to know if my thinking is correct.
An really I am not sure how to go about doing all of this.
Any input would be appreciated
A piece of the config is shown below:
!
interface GigabitEthernet1/1
switchport mode access
!
interface GigabitEthernet1/2
!
interface GigabitEthernet2/1
description uplink to distribution switches
duplex full
!
interface GigabitEthernet2/2
!
interface GigabitEthernet2/3
!
interface GigabitEthernet2/45
!
interface GigabitEthernet2/46
description PIX1
switchport access vlan 2
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface GigabitEthernet2/47
description etherchannel
switchport access vlan 2
switchport mode dynamic desirable
speed 1000
duplex full
channel group 1 mode desirable
!
interface GigabitEthernet2/48
description etherchannel
switchport access vlan 2
switchport mode dynamic desirable
speed 1000
duplex full
channel group 1 mode desirable
!
interface Vlan1
ip address 10.10.151.230 255.255.255.0 secondary
ip address 10.10.152.230 255.255.255.0 secondary
ip address 10.10.153.230 255.255.255.0 secondary
ip address 198.104.204.230 255.255.255.0 secondary
ip address 10.10.153.80 255.255.255.0 secondary
ip address 10.10.150.232 255.255.255.0 secondary
ip address 10.10.150.230 255.255.255.0
no ip redirects
no ip split-horizon
Standby ip 10.10.150.254
Standby ip 10.10.150.253 secondary
Standby ip 10.10.151.254 secondary
Standby ip 10.10.152.254 secondary
Standby ip 10.10.153.126 secondary
Standby ip 10.10.153.254 secondary
Standby ip 198.104.204.2 secondary
standby timers msec 300 1
standby priority 150
standby preempt
!
interface Vlan2
description PIX VLAN
ip address 10.10.154.230 255.255.255.0
no ip redirects
no ip split-horizon
standby ip 10.10.154.2
standby timers msec 300 1
standby priority 150
standby preempt
!
router rip
There is one uplink from 10 3COM distribution switches to one of the 4500. There is also one port on the 4500 used for uplink to a PIX.
As it stands now, there is a phone system on one of the distribution switches that needs to be VLANed out of the regular traffic.
I am thinking I need to
1. Create the VLAN on the distribution switches and create a trunk port on the 3COM uplink to the 4500.
2. Create the VLAN on the Cisco4500 and cretae a trunk port on it.
3. Tag the phone system ports on the trunk link.
I guess I need to know if my thinking is correct.
An really I am not sure how to go about doing all of this.
Any input would be appreciated
A piece of the config is shown below:
!
interface GigabitEthernet1/1
switchport mode access
!
interface GigabitEthernet1/2
!
interface GigabitEthernet2/1
description uplink to distribution switches
duplex full
!
interface GigabitEthernet2/2
!
interface GigabitEthernet2/3
!
interface GigabitEthernet2/45
!
interface GigabitEthernet2/46
description PIX1
switchport access vlan 2
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface GigabitEthernet2/47
description etherchannel
switchport access vlan 2
switchport mode dynamic desirable
speed 1000
duplex full
channel group 1 mode desirable
!
interface GigabitEthernet2/48
description etherchannel
switchport access vlan 2
switchport mode dynamic desirable
speed 1000
duplex full
channel group 1 mode desirable
!
interface Vlan1
ip address 10.10.151.230 255.255.255.0 secondary
ip address 10.10.152.230 255.255.255.0 secondary
ip address 10.10.153.230 255.255.255.0 secondary
ip address 198.104.204.230 255.255.255.0 secondary
ip address 10.10.153.80 255.255.255.0 secondary
ip address 10.10.150.232 255.255.255.0 secondary
ip address 10.10.150.230 255.255.255.0
no ip redirects
no ip split-horizon
Standby ip 10.10.150.254
Standby ip 10.10.150.253 secondary
Standby ip 10.10.151.254 secondary
Standby ip 10.10.152.254 secondary
Standby ip 10.10.153.126 secondary
Standby ip 10.10.153.254 secondary
Standby ip 198.104.204.2 secondary
standby timers msec 300 1
standby priority 150
standby preempt
!
interface Vlan2
description PIX VLAN
ip address 10.10.154.230 255.255.255.0
no ip redirects
no ip split-horizon
standby ip 10.10.154.2
standby timers msec 300 1
standby priority 150
standby preempt
!
router rip