cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
325
Views
0
Helpful
3
Replies

QoS- Bandwidth Management

exchange1
Level 1
Level 1

I deployed DHCP NAT on 2811 for providing Internet access for customers. My customers will be receiving private IP address but I don't want each customers to receive more than what they paid for (256kbps)per private IP address. How can I acchieve this? Will rate-limiting achieve this, if yes how can I implement it?

3 Replies 3

spremkumar
Level 9
Level 9

hi

do let us know how your customers are connected to your network.(are you talking about your internal or external customer)

regds

Hi OLAOSEBIKAN,

You can use policing qos method.If you want to do then you need to create a class of each private ip address. How many ip addresses do you want to assign to users? In your case you are using Nat as well so inbound policing should be fine because the NAT has been done before outbound queuing.

Just my thought,If you have many IP addresses then it's not practical.Some kinda bandwidth management box should be deployed.

Hopes this helps

Thot

Hi Thot,

My Customers are internal and they receive private IP address from my router. Each customers receive one IP address.

My sample config is as shown below:

interface FastEthernet0/0

description $FW_OUTSIDE$

ip address 78.XX.XX.XX 255.255.255.248

ip directed-broadcast

ip nbar protocol-discovery

ip nat outside

ip virtual-reassembly

duplex full

speed 100

!

interface FastEthernet0/1

description Connect $FW_INSIDE$ {Customers}

ip address 172.20.0.1 255.255.0.0

ip directed-broadcast

ip nbar protocol-discovery

ip nat inside

ip virtual-reassembly

duplex full

speed 100

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card