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

[edit ethernet-switching-options] Hierarchy Level

ethernet-switching-options {
analyzer {
... analyzer-configuration ...
}
bpdu-block {
disable-timeout seconds;
interface interface-name;
}
dot1q-tunneling {
ether-type (0x8100 | 0x88a8 | ox9100);
}
mac-table-aging-time seconds;
redundant-trunk-group {
group rtg-group-name {
interface interface-name;
}
}
secure-access-port {
interface interface-name {
allowed-mac [ mac-addresses ];
(dhcp-trusted | no-dhcp-trusted);
mac-limit number action (drop | log | none | shutdown);
static-ip ip-address vlan vlan-id mac mac-address;
}
vlan vlan-id {
(arp-inspection | no-arp-inspection);
dhcp-option82 {
disable;
circuit-id {
prefix hostname;
use-interface-description;
use-vlan-id;
}
remote-id {
prefix (hostname | mac | none);
(use-interface-description | use-string text-string);
}
vendor-id {
text-string;
}
}
(examine-dhcp | no-examine-dhcp);
(ip-source-guard | no-ip-source-guard);
mac-move-limit number action (drop | log | none | shutdown);
static-ip ip-address vlan vlan-id mac mac-address;
}
}
analyzer analyzer-name {
input {
egress {
interface interface-name;
}
ingress {
interface interface-name;
vlan vlan-id;
}
}
loss-priority (high | low);
output {
interface {
interface-name;
}
vlan {
vlan-id;
}
}
ratio number;
}
}

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