05-17-2020 11:58 AM
hey all
I have Xfinify modem/router with 600MB download i did conncent a gig Cisco 1921 router to be my defalt gateway and i connected to cisco router cisco gig switch 3750G, my problem here when i connect my computer to xfinity router i will get the full 500 mb download, but when i connect my pc to the Cisco switch or router i am gettting 250 md only, why am not getting the full speed when i am connected to my cisco switch and router ?
H1B#show ip int brief
Interface IP-Address OK? Method Status Protocol
Embedded-Service-Engine0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/0 10.0.0.84 YES DHCP up up
GigabitEthernet0/1 172.20.0.1 YES NVRAM up up
Serial0/1/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/0/0 unassigned YES unset down down
GigabitEthernet0/0/1 unassigned YES unset down down
GigabitEthernet0/0/2 unassigned YES unset down down
GigabitEthernet0/0/3 unassigned YES unset down down
NVI0 unassigned YES unset administratively down down
Vlan1 unassigned YES unset down down
Vlan20 172.20.1.1 YES NVRAM down down
Vlan99 unassigned YES unset down down
H1B#show run
Building configuration...
Current configuration : 2558 bytes
!
! No configuration change since last restart
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname H1B
!
boot-start-marker
boot-end-marker
!
!
enable secret 4 9x4aQYg4ZVk1FUMaleimpgDuciy.gApNdVdNbwt4R0fgw8wffw
!
no aaa new-model
clock timezone EST -5 0
clock summer-time EDT recurring
!
ip cef
!
ip dhcp excluded-address 172.20.0.1 172.20.0.10
ip dhcp excluded-address 172.20.1.1 172.20.1.10
!
ip dhcp pool LAN
network 172.20.0.0 255.255.255.0
default-router 172.20.0.1
dns-server 75.75.75.75 4.2.2.2
!
ip dhcp pool WIFI
network 172.20.1.0 255.255.255.0
default-router 172.20.1.1
dns-server 75.75.75.75 4.2.2.2
!
ip domain name cisco.com
no ipv6 cef
!
multilink bundle-name authenticated
!
license udi pid CISCO1921/K9 sn FTX173985GZ
!
username it secret 4 9g4oYgZbVk1FUMale5impgzDuciy.gApN5dVdNbw9t4R0fg2w
!
redundancy
!
ip ssh version 2
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
ip address dhcp
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 172.20.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
interface Serial0/1/0
no ip address
shutdown
!
interface GigabitEthernet0/0/0
switchport access vlan 20
no ip address
!
interface GigabitEthernet0/0/1
switchport access vlan 20
no ip address
!
interface GigabitEthernet0/0/2
switchport access vlan 20
no ip address
!
interface GigabitEthernet0/0/3
switchport access vlan 20
switchport trunk native vlan 99
switchport mode trunk
no ip address
!
interface Vlan1
no ip address
!
interface Vlan20
ip address 172.20.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface Vlan99
description Native
no ip address
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list 2 interface GigabitEthernet0/0 overload
!
access-list 2 permit 172.20.0.0 0.0.0.255
access-list 2 permit 172.20.1.0 0.0.0.255
access-list 2 deny any
!
control-plane
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
password bob
login local
transport input all
line vty 5 15
password bob
login local
transport input all
!
scheduler allocate 20000 1000
ntp server 216.239.35.0
!
end
05-17-2020 12:07 PM
check the throhghtput report of your model.
05-17-2020 12:14 PM
There are multiple things that might impact the speed that you get. When you tested was your PC connected to a switch port or connected directly to router? If there was possibly a duplex mismatch it would impact the speed. Would you post output of show interface for both router Ethernet interfaces? Running services like nat will have some impact.
05-17-2020 03:28 PM
Hello,
on a side note, you need a default route. Add the below to your configuration:
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0 dhcp
05-17-2020 03:39 PM - edited 05-17-2020 03:42 PM
Hello
Just like to add I think could be down to the the switch throughput port capability i've not checked it on yet but I wouldn't be surprised on 3750 if it to can full duplex any more then 250mb on a gig interface.
05-17-2020 04:04 PM
05-17-2020 03:48 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide