Jump to content

Recommended Posts

Posted

Добрый день

кто нибудь писал уже скрипт для поднятия скорости день\ночь у существующих ng интерфесов?

через ngctl

 

Posted

делаю

router# ngctl msg ng1:inet.0-0-m getconf

Rec'd response "getconf" (4) from "[2c7d9a]:":

Args: { upstream={ cbs=192000 ebs=384000 cir=1024000 greenAction=1 yellowAction=1 redAction=2 mode=2 } downstream={ cbs=192000 ebs=384000 cir=1024000 greenAction=1 yellowAction=1 redAction=2 mode=2 } }

 

и смотрим что вдругую сторону

 

router# ngctl msg ng1:inet.1-0-m getconf

Rec'd response "getconf" (4) from "[2c7d9b]:":

Args: { upstream={ cbs=192000 ebs=384000 cir=1024000 greenAction=1 yellowAction=1 redAction=2 mode=2 } downstream={ cbs=192000 ebs=384000 cir=1024000 greenAction=1 yellowAction=1 redAction=2 mode=2 } }

 

хочу поменять

 

router# ngctl msg ng1:inet.0-0-m setconf { upstream={ cbs=192000 ebs=384000 cir=2048000 greenAction=1 yellowAction=1 redAction=2 mode=2 } downstream={ cbs=192000 ebs=384000 cir=2048000 greenAction=1 yellowAction=1 redAction=2 mode=2 } }

 

пишет Отсутствует }.

Posted (edited)

Экранировать их надо.

Ну или примерно так:

printf "msg %s:inet.0-0-m setconf { upstream={ cbs=%u ebs=%u cir=%u greenAction=1 yellowAction=1 redAction=2 mode=2 } downstream={ cbs=%u ebs=%u cir=%u greenAction=1 yellowAction=1 redAction=2 mode=2 } }\n" ng1 192000 384000 2048000 192000 384000 2048000 | /usr/sbin/ngctl -f -

Edited by littlesavage

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...
На сайте используются файлы cookie и сервисы аналитики для корректной работы форума и улучшения качества обслуживания. Продолжая использовать сайт, вы соглашаетесь с использованием файлов cookie и с Политикой конфиденциальности.