How can I release the restriction of CISCO2811C/K9?
10M optical fiber, Speed limit of 125kb / s, made by last network administrator, how can I release the restriction? Please tell me the detail, thanks!

Cisco configuration:

CISCO2811C/K9
!
!
!
!
!
!
!
interface FastEthernet0/0
description WANpork
ip address x.x.x.x 255.255.255.248
ip access-group 110 in
no ip proxy-arp
ip verify unicast reverse-path
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
description LANpork
ip address 192.168.x.x 255.255.255.0
ip access-group 101 in
no ip proxy-arp
ip verify unicast reverse-path
ip nat inside
ip virtual-reassembly
rate-limit output 1000000 1000000 1000000 conform-action transmit exceed-action
drop
duplex auto
speed auto
!

Answer Posted / jashet

It need to reconfigure interface FastEthernet0/1 command one by one

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

difference between layer 3 switch and router

2223