cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
255
Views
0
Helpful
2
Replies

Ip statics more bandwidth than dinamic (DHCP)

erdosain99
Level 1
Level 1

Hi. I want to control the bandwidth of the dynamic ip provided by DHCP.
I want, static ip have more bandwidth.
How could I accomplish this?

Thanks


This is my configuration file

! Last configuration change at 17:49:07 UTC Mon Jun 6 2016
version 15.3                                                                    
service timestamps debug datetime msec                                          
service timestamps log datetime msec                                            
no service password-encryption                                                  
!                                                                               
hostname Router                                                                 
!                                                                               
boot-start-marker                                                               
boot-end-marker                                                                 
!                                                                               
no aaa new-model                                                                
!                                                                               
ip cef                                                                          
!                                                                               
ip dhcp excluded-address 10.0.150.1 10.0.150.153                                
ip dhcp excluded-address 192.168.9.1 192.168.9.153                              
!                                                                               
ip dhcp pool Red150                                                             
 network 10.0.150.0 255.255.255.0                                               
 default-router 10.0.150.1                                                      
 dns-server 192.168.1.1                                                         
 lease 0 2                                                                      
!                                                                               
ip dhcp pool Red9                                                               
 network 192.168.9.0 255.255.255.0                                              
 default-router 192.168.9.1                                                     
 dns-server 192.168.1.1                                                         
 lease 0 2                                                                      
!                                                                               
ip name-server 192.168.1.1                                                      
no ipv6 cef                                                                     
!                                                                               
multilink bundle-name authenticated                                             
!                                                                               
voice-card 0                                                                    
!                                                                               
license udi pid CISCO2901/K9 sn FTX180581WJ                                     
hw-module pvdm 0/0                                                              
!                                                                               
redundancy                                                                      
!                                                                               
interface Embedded-Service-Engine0/0                                            
 no ip address                                                                  
 shutdown                                                                       
!                                                                               
interface GigabitEthernet0/0                                                    
 ip address 192.168.1.11 255.255.255.0                                          
 ip nat outside                                                                 
 ip virtual-reassembly in                                                       
 duplex auto                                                                    
 speed auto                                                                     
!                                                                               
interface GigabitEthernet0/1                                                    
 ip address 192.168.9.1 255.255.255.0                                           
 ip nat inside                                                                  
 ip virtual-reassembly in                                                       
 duplex auto                                                                    
 speed auto                                                                     
!                                                                               
interface GigabitEthernet0/1/0                                                  
 switchport access vlan 150                                                     
 no ip address                                                                  
!                                                                               
interface GigabitEthernet0/1/1                                                  
 switchport access vlan 150                                                     
 no ip address                                                                  
!                                                                               
interface GigabitEthernet0/1/2                                                  
 switchport access vlan 150                                                     
 no ip address                                                                  
!                                                                               
interface GigabitEthernet0/1/3                                                  
 switchport access vlan 150                                                     
 no ip address                                                                  
!                                                                               
interface Vlan1                                                                 
 no ip address                                                                  
!                                                                               
interface Vlan150                                                               
 ip address 10.0.150.1 255.255.255.0                                            
 ip nat inside                                                                  
 ip virtual-reassembly in                                                       
!                                                                               
ip default-gateway 192.168.1.1                                                  
ip forward-protocol nd                                                          
!                                                                               
no ip http server                                                               
no ip http secure-server                                                        
!                                                                               
ip nat inside source list 109 interface GigabitEthernet0/0 overload             
ip nat inside source list 150 interface GigabitEthernet0/0 overload             
ip route 0.0.0.0 0.0.0.0 192.168.1.1                                            
!                                                                               
access-list 109 remark ==Red9==                                                 
access-list 109 permit ip 192.168.9.0 0.0.0.255 any                             
access-list 110 remark ==DHCP-Red9==                                            
access-list 150 remark ==Red 150==                                              
access-list 150 permit ip 10.0.150.0 0.0.0.255 any                              
!                                                                               
control-plane                                                                   
!                                                                               
mgcp behavior rsip-range tgcp-only                                              
mgcp behavior comedia-role none                                                 
mgcp behavior comedia-check-media-src disable                                   
mgcp behavior comedia-sdp-force disable                                         
!                                                                               
mgcp profile default                                                            
!                                                                               
gatekeeper                                                                      
 shutdown                                                                       
!                                                                               
line con 0                                                                      
line aux 0                                                                      
line 2                                                                          
 no activation-character                                                        
 no exec                                                                        
 transport preferred none                                                       
 transport input all                                                            
 transport output pad telnet rlogin lapb-ta mop udptn v120 ssh                  
 stopbits 1                                                                     
line vty 0 4                                                                    
 login                                                                          
 transport input all                                                            
!                                                                               
scheduler allocate 20000 1000                                                   
!                                                                               
end               

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Assigning IPs (static or dynamic) has no relation to the speed of the port where the device is connected.  DHCP or static are 2 ways that you can assign IPs to the end devices.  If you want to rate limit you need to look at QOS. See below link:

http://www.cisco.com/c/en/us/td/docs/ios/12_2/qos/configuration/guide/fqos_c/qcfcar.html

HTH

Hi.

thanks.

I know... but i want to rate limit to the ip static and dinamyc

for example.

if the ip was delivered from the dhcp i wan that thas machine have less bandwith.....

for example: pcs within a certain range (acces list with that ips??) have less bandwith.

Review Cisco Networking products for a $25 gift card