cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
914
Views
0
Helpful
6
Replies

trucking, Vlans,

denis.roy
Level 1
Level 1

I'm configuring a Cat 4006 and a 2600 router. I enable a trunk on the 4006. And on the router I made a sub interface.

since the I get a packet lose or at lease it looks like it. The connection is very slow. Did a ping test and it looks like I lose 1/3 or 1/2 of my packets.

begin

!

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

!

!

#time: Wed Dec 15 2004, 15:08:14

!

#version 8.4(2)GLX

!

!

#system web interface version(s)

set password xxxxx

set logout 30

set banner motd ^C

C

TRADER.COM

UNAUTHORIZED ACCESS TO THIS DEVICE AND/OR NETWORK

IS STRICTLY PROHIBITED, AND MAY RESULT IN LEGAL ACTION.

ALL ACCESS TO THIS DEVICE IS LOGGED. ^C

!

#dot1x

set feature dot1x-radius-keepalive disable

!

#system

set system name ucl1

!

#frame distribution method

set port channel all distribution mac both

!

#vtp

set vtp domain dept51

set vtp passwd xxxx

set vlan 10 name users type ethernet mtu 1500 said 100010 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 sl0 down

set interface me1 10.10.11.11 255.255.255.0 10.10.11.255

set ip route 0.0.0.0/0.0.0.0 10.10.11.1

set ip route 10.0.0.0/255.0.0.0 10.10.11.1

set ip alias default 0.0.0.0

!

#syslog

set logging server enable

set logging server 10.10.1.212

set logging level ethc 2 default

set logging server facility LOCAL4

!

#set boot command

set boot config-register 0x2102

set boot system flash bootflash:cat4000-k9.8-4-2-glx.bin

!

#permit list

set ip permit enable ssh

set ip permit 10.10.3.0 255.255.255.0 ssh

set ip permit 10.10.10.0 255.255.255.0 ssh

set ip permit 10.10.11.0 255.255.255.0 ssh

!

#port channel

set port channel 1/1-2 112

set port channel 3/21-24 352

set port channel 6/43-44 396

set port channel 6/21-22 397

!

#crypto key

set crypto key rsa 2048

!

#multicast filter

set igmp filter disable

!

#module 1 : 2-port 1000BaseX Supervisor

set spantree portfast 1/1-2 disable

!

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

!

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

set port channel 3/21-22 mode on

!

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

set vlan 10 4/1-48

set port speed 4/48 100

set port duplex 4/48 full

!

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

!

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

set vlan 10 6/1-46,6/48

set port speed 6/1,6/46,6/48 10

set port speed 6/2-45,6/47 100

set port duplex 6/2-45,6/47 full

set trunk 6/47 on dot1q 1-1005,1025-4094

set port channel 6/21-22,6/43-44 mode on

end

ucl1> (enable)

6 Replies 6

Prashanth Krishnappa
Cisco Employee
Cisco Employee

Config from the router will help as well. Also, do not base slow performance on results of pinging the 4006's management IP address(sc0). ICMP is a low priority for CAT4000 and response is slow. Try pinging some devices on the 4006 instead.

http://www.cisco.com/warp/public/473/82.html#ping

sh run

Building configuration...

Current configuration:

!

version 12.0

service timestamps debug uptime

service timestamps log uptime

service password-encryption

!

hostname Trader3

!

logging buffered 4096 debugging

enable secret xxxx

enable password xxxx

!

username it.team privilege 15 password xxxx

!

!

!

!

ip subnet-zero

ip cef

ip name-server 10.10.10.240

ip name-server 10.10.10.250

--More-- !

!

!

!

!

!

interface FastEthernet0/0

ip address 10.10.19.1 255.255.255.0

no ip directed-broadcast

speed 100

full-duplex

!

interface FastEthernet0/0.10

encapsulation dot1Q 10

ip address 10.10.10.8 255.255.255.0

no ip directed-broadcast

!

interface FastEthernet0/1

ip address 10.10.30.1 255.255.255.0

no ip directed-broadcast

shutdown

duplex auto

speed auto

!

interface Ethernet1/0

description Not used

ip address 10.10.98.1 255.255.254.0

ip helper-address 10.10.96.21

no ip directed-broadcast

shutdown

!

ip classless

ip route 0.0.0.0 0.0.0.0 10.10.10.243

ip route 10.10.1.0 255.255.255.0 10.10.10.1

ip route 10.10.3.0 255.255.255.0 10.10.10.1

ip route 10.10.7.0 255.255.255.0 10.10.10.243

ip route 10.10.9.0 255.255.255.0 10.10.10.243

ip route 10.10.11.0 255.255.255.0 10.10.10.1

ip route 10.10.32.0 255.255.255.0 10.10.10.243

ip route 10.10.34.0 255.255.255.0 10.10.10.243

ip route 10.10.37.0 255.255.255.0 10.10.10.243

ip route 10.10.50.0 255.255.255.0 10.10.10.5

ip route 10.10.65.0 255.255.255.0 10.10.10.5

ip route 10.10.68.0 255.255.255.0 10.10.10.5

ip route 10.10.70.0 255.255.254.0 10.10.10.5

ip route 10.10.75.0 255.255.255.0 10.10.10.5

ip route 10.10.78.0 255.255.255.0 10.10.10.5

ip route 10.10.80.0 255.255.255.0 10.10.10.5

ip route 10.10.83.0 255.255.255.0 10.10.10.5

ip route 10.10.84.0 255.255.255.0 10.10.10.5

ip route 10.10.85.0 255.255.255.0 10.10.10.5

ip route 10.10.87.0 255.255.255.0 10.10.10.5

ip route 10.10.90.0 255.255.255.0 10.10.10.5

ip route 10.10.95.0 255.255.255.0 10.10.10.5

ip route 10.10.96.0 255.255.255.0 10.10.10.5

ip route 10.10.97.0 255.255.255.0 10.10.10.5

ip route 10.10.100.0 255.255.254.0 10.10.10.5

ip route 10.10.102.0 255.255.254.0 10.10.10.5

ip route 10.10.104.0 255.255.255.0 10.10.10.5

ip route 10.33.20.0 255.255.255.0 10.10.10.243

ip route 10.33.21.0 255.255.255.0 10.10.10.243

ip route 10.33.22.0 255.255.255.0 10.10.10.243

ip route 172.30.1.0 255.255.255.0 10.10.10.243

ip route 192.168.1.0 255.255.255.0 10.10.10.243

ip route 192.168.35.0 255.255.255.0 10.10.10.5

ip route 192.168.104.0 255.255.255.0 192.168.102.21

no ip http server

logging trap warnings

logging 10.10.1.212

snmp-server engineID local xxxxx

snmp-server community public RO

line con 0

exec-timeout 0 0

password xxxxx

login

transport input none

line aux 0

line vty 0 4

password xxxxxx

login local

!

end

--

glen.grant
VIP Alumni
VIP Alumni

Did you hardcode the router interface to 100/full seeing that the switch side is hardcoded ?

yes, both are using Full dup. and 100.

Hi,

This is an cable or the Port settings issue. Check the Trunk cable (Try to change the cable) and also chk trunk port (Both side) for 100/full.

Selvaraj,

The troubleshooting method you need to deploy to rectify this issue is as following: From my knowledge, the 2601? router maximum ethernet intergrated FIB speed is 10Mps Half-Duplex.

A) Verify physical layer function on the router by typing the command in the user prompt:

router2601#show interface etherntet 0/0

(Pay attention to incremental CRC and FCS errors.

To enable IEEE 802.1Q trunk frames forwarded into the FIB to the outgoing interface of the relay, the following command strcuture must be deployed.

!

interface FastEthernet0/0

no ip address

cdp enable

speed 100

full-duplex

!

interface FastEthernet0/0.800

encapsulation dot1Q 800

ip address 100.16.128.12 255.255.255.0

ip helper-address 174.32.9.12

ip helper-address 174.32.9.11

no ip redirects

standby 8 ip 100.16.126.1

standby 8 timers 5 15

standby 8 priority 110

standby 8 preempt

standby 8 authentication TRADE.COM

To rectify the switching issue configure<

switch4006>set port dis 1/1

switch4006>set trunk on 1/1 dot1q

switch4006>set port enable 1/1

switch4006>set cdp port enable

switch4006>show port 1/1

switch4006>show trunk