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

Cisco 4500 CatOs, help initial config

Ranbeckycr_2
Level 1
Level 1

Hello Experts,

I have been reading for the last 3 days on how to setup this old switch 4500. It is running CATOS and I want to make

sure that when I connect it to the network it doesn't create a loop since it has to be compatible with other vendors, not just Cisco.

I don't have anything connected but these are my concerns:  It doesn't show my lacp-channel (i believe this is what is used to for Teaming network cards), it doesn't show my trunk ports.

TestSwitch> (enable) show lacp-channel

No ports channelling

TestSwitch> (enable) show trunk ?

  detail                     Show detailed information

  <mod>                      Module number

  <mod/port>                 Module number and Port number(s)

  extended-range             Show extended range entries

  |                          Output modifiers

  <cr>

TestSwitch> (enable) show trunk det

No ports trunking.

TestSwitch> (enable) show trunk

No ports trunking.

TestSwitch> (enable) sh config

This command shows non-default configurations only.

Use 'show config all' to show both default and non-default configurations.

.................

begin

!

# ***** NON-DEFAULT CONFIGURATION *****

!

!

#time: Thu Oct 27 2011, 13:22:03

!

#version 8.4(9)GLX

!

!

#dot1x

set feature dot1x-radius-keepalive disable

!

#system

!

#Inlinepower

set inlinepower defaultallocation 6000

!

#frame distribution method

set port channel all distribution mac both

!

#default portcost mode

set spantree defaultcostmode long

!

#stp mode

set spantree mode mst

!

#vtp

set vtp domain Testing

set vtp mode off vlan

set vlan 40 name Mathew type ethernet mtu 1500 said 100040 state active

set vlan 50 name Mark type ethernet mtu 1500 said 100050 state active

set vlan 55 name Luke type ethernet mtu 1500 said 100055 state active

set vlan 80 name John type ethernet mtu 1500 said 100080 state active

set vlan 1002 name fddi-default type fddi mtu 1500 said 101002 state active

set vlan 1004 name fddinet-default type fddinet mtu 1500 said 101004 state active stp ieee

set vlan 1005 name trnet-default type trbrf mtu 1500 said 101005 state active stp ibm

set vlan 1

set vlan 1003 name token-ring-default type trcrf mtu 1500 said 101003 state active mode srb aremaxhop 7 stemaxhop 7 backupcrf off

!

#ip

set interface sc0 50 10.10.10.249/255.255.255.0 10.10.10.255

set interface sl0 down

set interface me1 10.20.0.1 255.255.255.0 10.20.0.255

set ip route 0.0.0.0/0.0.0.0         10.10.10.254

set ip alias default         0.0.0.0

!

#set boot command

set boot config-register 0x10f

set boot system flash bootflash:cat4000-k9.8-4-9-GLX.bin

set boot system flash bootflash:

!

#channelprotocol

set channelprotocol lacp 1

set channelprotocol lacp 2

set channelprotocol lacp 3

!

#port channel

set port lacp-channel 2/3-4 127

set port lacp-channel 3/3-4 129

set port lacp-channel 3/1-2 131

set port lacp-channel 2/1-2 132

!

#multicast filter

set igmp filter disable

!

#module 1 : 2-port 1000BaseX Supervisor

!

#module 2 : 48-port 10/100BaseTx Ethernet

set vlan 40   2/3-48

set vlan 50   2/1-2

set trunk 2/1  desirable dot1q 1-1005,1025-4094

set trunk 2/2  desirable dot1q 1-1005,1025-4094

!

#module 3 : 48-port 10/100/1000 Ethernet

set vlan 50   3/1-48

set trunk 3/1  desirable dot1q 1-1005,1025-4094

set trunk 3/2  desirable dot1q 1-1005,1025-4094

!

#module 4 empty

!

#module 5 empty

!

#module 6 empty

end