I am having an issue.. I do events and at times we have to ration out internet at certain rates.. I was at first going to use the Router (CCR2116) to handle Queues.. But it turns out that im just going to Layer2 them one of the publics.. So now that is not an option.. I did try and Use the egress/ingress area in the
/interface ethernet switch port
section of router OS.. but when I end
150M by 150M it only really works on the Egress. on the ingress I have to set it 600 to 700M in order to get the results im looking for.. which is the 150M
I'll port my config.. it's not actually on this switch but all the switches are pretty much configured the same but I have this problem on all of them. Im more adding my config to show that I have the bridge set up properly for hardware offloading.
Thank you !
/interface ethernet switch port
section of router OS.. but when I end
150M by 150M it only really works on the Egress. on the ingress I have to set it 600 to 700M in order to get the results im looking for.. which is the 150M
I'll port my config.. it's not actually on this switch but all the switches are pretty much configured the same but I have this problem on all of them. Im more adding my config to show that I have the bridge set up properly for hardware offloading.
Thank you !
Code:
/interface bridgeadd comment=defconf dhcp-snooping=yes name=bridge vlan-filtering=yes/interface ethernetset [ find default-name=ether1 ] comment=defconf disabled=yes poe-out=offset [ find default-name=ether2 ] comment="" disabled=yes poe-out=offset [ find default-name=ether3 ] comment=defconf disabled=yes poe-out=offset [ find default-name=ether4 ] comment=defconf disabled=yes poe-out=offset [ find default-name=ether5 ] comment=defconf disabled=yes poe-out=offset [ find default-name=ether6 ] comment=defconf disabled=yes poe-out=offset [ find default-name=ether7 ] disabled=yes poe-out=offset [ find default-name=ether8 ] disabled=yes poe-out=offset [ find default-name=ether9 ] disabled=yes poe-out=offset [ find default-name=ether10 ] disabled=yes poe-out=offset [ find default-name=ether11 ] disabled=yes poe-out=offset [ find default-name=ether12 ] disabled=yes poe-out=offset [ find default-name=ether13 ] disabled=yes poe-out=offset [ find default-name=ether14 ] disabled=yes poe-out=offset [ find default-name=ether15 ] comment=TestPort disabled=yes poe-out=offset [ find default-name=ether16 ] disabled=yes poe-out=offset [ find default-name=sfp-sfpplus2 ] comment=/interface vlanadd interface=bridge name=20/interface bridge portadd bridge=bridge comment=defconf ingress-filtering=yes interface=ether1 pvid=10 trusted=yesadd bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether2add bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether3add bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether4add bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether5add bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether6add bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether7add bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether8add bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether9add bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether10add bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether11add bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether12add bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether13add bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether14add bridge=bridge comment=defconf frame-types=admit-only-untagged-and-priority-tagged ingress-filtering=yes interface=ether15 pvid=130add bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=ether16add bridge=bridge comment=defconf ingress-filtering=yes interface=sfp-sfpplus1 pvid=10 trusted=yesadd bridge=bridge comment=defconf frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=sfp-sfpplus2 trusted=yes/interface bridge vlanadd bridge=bridge tagged=bridge,ether1,sfp-sfpplus1,sfp-sfpplus2 untagged=ether15,ether16 vlan-ids=130add bridge=bridge tagged=ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus2 untagged=ether1,sfp-sfpplus1 vlan-ids=10add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=30add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=31add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=40add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=41add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=50add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=51add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=60add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=61add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=69add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=70add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=71add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=79add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=80add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=89add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=90add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=100add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=110add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=130add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=140add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=150add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=160add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=169add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=170add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=179add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=180add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=189add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=190add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=192add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=210add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=230add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=240add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=250add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=260add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=269add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=270add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=280add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=289add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=290add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=400add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=401add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=600add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=601add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=1701add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=1702add bridge=bridge tagged=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=1703/interface ethernet switch ruleadd comment=Cisco-PVSTP dst-mac-address=01:00:0C:CC:CC:CD/FF:FF:FF:FF:FF:FF new-dst-ports="" ports=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 switch=switch1add comment=CDP-Rule dst-mac-address=01:00:0C:CC:CC:CC/FF:FF:FF:FF:FF:FF new-dst-ports="" ports=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,sfp-sfpplus1,sfp-sfpplus2 switch=switch1/ip addressadd address=192.1/ip routeadd distance=1 set boot-os=router-os
Statistics: Posted by joshhboss — Wed Feb 14, 2024 3:43 am