If you change global variables for policies, the change takes effect the next time a service is activated; the change does not take effect for active service sessions.
Use the following configuration statement to create a global parameter:
- policies global-parameters name {
- description description ;
- default-value default-value ;
- type type ;
- }
To create a global parameter:
- user@host# edit policies global-parameters bandwidth
- [edit policies global-parameters bandwidth]
- user@host# set description description
See Parameter Types for valid values of each parameter type.
- [edit policies global-parameters bandwidth]
- user@host# set default-value default-value
- [edit policies global-parameters bandwidth]
- user@host# set type type
[edit policies global-parameters bandwidth] user@host# show default-value 5000000; type rate;