Chapter 52 Addresses
ZyWALL Series CLI Reference Guide
464
The following example creates host, range, subnet, and link local IPv6 address objects and then deletes
the subnet IPv6 address object.
52.2.2 Address Group Commands
This table lists the commands for address groups.
> enable
Router# configure terminal
Router(config)# address6-object B0 fe80::211:85ff:fe0e:cdec
Router(config)# address6-object B1 fe80::211:85ff:fe0e:1-fe80::211:85ff:fe0e:ff
Router(config)# address6-object B2 fe80::211:85ff:fe0e:cdec/128
Router(config)# address6-object B3 interface-ip ge1 link-local
Router(config)# show address6-object
Object name Type Address Type Index
Address
Note Ref.
========================================================================
B0 HOST
fe80::211:85ff:fe0e:cdec
0
B1 RANGE
fe80::211:85ff:fe0e:1-fe80::211:85ff:fe0e:ff
0
B2 SUBNET
fe80::211:85ff:fe0e:cdec/128
0
B3 INTERFACE IP LINK LOCAL 1
fe80::213:49ff:feaa:cb88
ge1 0
Router(config)# no address6-object B2
Router(config)# show address6-object
Object name Type Address Type Index
Address
Note Ref.
========================================================================
B0 HOST
fe80::211:85ff:fe0e:cdec
0
B1 RANGE
fe80::211:85ff:fe0e:1-fe80::211:85ff:fe0e:ff
0
B3 INTERFACE IP LINK LOCAL 1
fe80::213:49ff:feaa:cb88
ge1 0
Table 261 object-group Commands: Address Groups
COMMAND DESCRIPTION
show object-group {address |
address6} [group_name]
Displays information about the specified address group or
about all address groups.
[no] object-group address
group_name
Creates the specified address group if necessary and enters
sub-command mode. The no command deletes the specified
address group.