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

[edit bridge-domains] Hierarchy Level

bridge-domains {
bridge-domain-name {
bridge-options {
... bridge-options-configuration ...
}
description text-description;
domain-type bridge;
forwarding-options {
dhcp-relay {
... same statements as listed in the dhcp-relay subhierarchy in [edit forwarding-options] Hierarchy Level ...
}
filter {
input filter-name;
}
flood {
input filter-name;
}
}
interface interface-name;
multicast-snooping-options {
... same statements as listed in [edit multicast-snooping-options] Hierarchy Level ...
}
no-local-switching;
protocols {
... protocols-configuration ...
}
routing-interface irb-interface-name;
vlan-id (all | none | number);
vlan-tags outer <tpid.>vlan-id <inner <tpid.>vlan-id>;
}
bridge-options {
interface interface-name {
interface-mac-limit {
limit;
packet-action drop;
}
no-mac-learning;
static-mac mac-address {
vlan-id number;
}
}
interface-mac-limit {
limit;
packet-action drop;
}
mac-statistics;
mac-table-size {
limit;
packet-action drop;
}
no-mac-learning;
}
protocols {
igmp-snooping {
immediate-leave;
interface interface-name {
group-limit limit;
host-only-interface;
immediate-leave;
multicast-router-interface;
static {
group ip-address {
source ip-address;
}
}
}
proxy {
source-address ip-address;
}
query-interval seconds;
query-last-member-interval seconds;
query-response-interval seconds;
robust-count number;
traceoptions {
file filename <files number> <size maximum-file-size> <world-readable | no-world-readable>;
flag flag <flag-modifier> <disable>;
}
vlan vlan-id {
immediate-leave;
interface interface-name {
group-limit limit;
host-only-interface;
immediate-leave;
multicast-router-interface;
static {
group ip-address {
source ip-address;
}
}
}
proxy {
source-address ip-address;
}
query-interval seconds;
query-last-member-interval seconds;
query-response-interval seconds;
robust-count number;
}
}
}
}

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