[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

dynamic-profiles

Syntax

dynamic-profiles {
profile-name {
class-of-service {
interfaces {
interface-name {
}
unit logical-unit-number {
output-traffic-control-profile profile-name;
}
}
traffic-control-profiles profile-name {
delay-buffer-rate (percent percentage | rate);
guaranteed-rate (percent percentage | rate);
scheduler-map map-name;
shaping-rate (percent percentage | rate);
}
}
interfaces {
interface-name {
unit logical-unit-number {
family family {
address address;
filter {
input filter-name;
output filter-name;
}
unnumbered-address interface-name {
preferred-source-address address;
}
vlan-id;
}
vlan-tagging;
}
}
protocols {
igmp {
interface interface-name {
accounting;
disable;
group-policy policy-name;
immediate-leave;
no-accounting;
promiscuous-mode;
ssm-mapssm-map-name;
static {
group group {
source source;
}
}
version version;
}
variables {
statement-name {
default-value default-value;
radius {
vendor-id id {
attribute attribute-number;
tag tag-number;
}
}
}
}
}
}

Hierarchy Level

[edit]

Release Information

Statement introduced in JUNOS Release 9.2.

Description

Create dynamic profiles for use with DHCP client access.

Options

profile-name—Name of the dynamic profile.

The remaining statements are explained separately.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

Related Topics


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]