Pradeep Padala
2008-Jan-16 22:18 UTC
[crossbow-discuss] Dladm modify-dev: bandwidth control option not working
Hi, I am trying to change the bandwidth allocation for a vnic after it is created. I am using the following command and get an error that the option is missing. # dladm modify-dev -b 100 -d vnic1 dladm: unrecognized option ''-b'' I am able to set the bandwidth, when I create the vnic though. Am I missing some thing? Pradeep
venugopal iyer
2008-Jan-16 22:42 UTC
[crossbow-discuss] Dladm modify-dev: bandwidth control option not working
Pradeep: Not sure which crossbow build you have, try the following for vnic1: # dladm modify-vnic -b 100 1 -venu On Wed, 16 Jan 2008, Pradeep Padala wrote:> Hi, > > I am trying to change the bandwidth allocation for a vnic after it is > created. I am using the following command and get an error that the option > is missing. > > # dladm modify-dev -b 100 -d vnic1 > dladm: unrecognized option ''-b'' > > I am able to set the bandwidth, when I create the vnic though. Am I missing > some thing? > > Pradeep > > _______________________________________________ > crossbow-discuss mailing list > crossbow-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/crossbow-discuss >