Bandwidth configuration via Switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 12:01 AM
I am curious about configuring bandwidth restrictions for specific VLANs through a switch. For example, restricting a guest Wi-Fi VLAN to 10 Mbps. While this can typically be done via a wireless controller, the customer requires this to be configured on the switch.
Option 1: If using access switches with a GUI, should I configure the bandwidth restriction for selected VLANs under the bandwidth section for each port that belongs to the VLAN, or should I use the VLAN ingress limit to specify the restriction for the VLAN itself, since the bandwidth section may be time consuming due to configuration for each port ?
Option 2: If configured on the core switch, what would be an example CLI command to implement this in a simplified manner?
- Labels:
-
Catalyst 9000
-
Other Switches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 03:06 PM
Cannot speak to GUI configuration, but CLI configuration would depend on the specific platform and its specific IOS.
In general, bandwidth limitation might be done via an ingress or egress policer or via an egress shaper.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2024 07:27 PM
have you experienced it? may i know the simple configuration? thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2024 07:53 PM
policy-map Sample
class class-default
police average 1000000
interface vlan 10
service-policy input Sample
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 04:55 AM
does police average 1000000 equivalent to 10Mbps? I think it's for 1Gbps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 06:14 AM
If I remember correctly, policer (and shaper) value is in bps.
