3.2.33. group¶
Address and network group configuration. They can then be used in the firewall configuration.
vrouter running config# vrf <vrf> group
ipv4¶
IPv4 address and network group configuration.
vrouter running config# vrf <vrf> group ipv4
address-group¶
Address group.
vrouter running config# vrf <vrf> group ipv4 address-group <string>
<string> |
Name of the address group. |
address¶
List of addresses of the group.
vrouter running config# vrf <vrf> group ipv4 address-group <string>
vrouter running address-group <string># address ADDRESS
ADDRESS |
An IPv4 address without a zone index. This type, derived from ipv4-address, may be used in situations where the zone is known from the context and hence no zone index is needed. |
used (state only)¶
The address-group is in use.
vrouter> show state vrf <vrf> group ipv4 address-group <string> used
network-group¶
Network group.
vrouter running config# vrf <vrf> group ipv4 network-group <string>
<string> |
Name of the network group. |
network¶
List of networks of the group.
vrouter running config# vrf <vrf> group ipv4 network-group <string>
vrouter running network-group <string># network NETWORK
NETWORK |
An IPv4 prefix: address and CIDR mask. |
used (state only)¶
The network-group is in use.
vrouter> show state vrf <vrf> group ipv4 network-group <string> used
ipv6¶
IPv6 address and network group configuration.
vrouter running config# vrf <vrf> group ipv6
address-group¶
Address group.
vrouter running config# vrf <vrf> group ipv6 address-group <string>
<string> |
Name of the address group. |
address¶
List of addresses of the group.
vrouter running config# vrf <vrf> group ipv6 address-group <string>
vrouter running address-group <string># address ADDRESS
ADDRESS |
An IPv6 address without a zone index. This type, derived from ipv6-address, may be used in situations where the zone is known from the context and hence no zone index is needed. |
used (state only)¶
The address-group is in use.
vrouter> show state vrf <vrf> group ipv6 address-group <string> used
network-group¶
Network group.
vrouter running config# vrf <vrf> group ipv6 network-group <string>
<string> |
Name of the network group. |
network¶
List of networks of the group.
vrouter running config# vrf <vrf> group ipv6 network-group <string>
vrouter running network-group <string># network NETWORK
NETWORK |
An IPv6 prefix: address and CIDR mask. |
used (state only)¶
The network-group is in use.
vrouter> show state vrf <vrf> group ipv6 network-group <string> used