ZyXEL Communications 3.1 Security Camera User Manual


 
Chapter 27 Addresses
ZyWALL (ZLD) CLI Reference Guide
239
27.2.1.1 Address Object Command Examples
The following example creates three IPv4 address objects and then deletes one.
Router# configure terminal
Router(config)# address-object A0 192.168.1.1
Router(config)# address-object A1 192.168.1.1-192.168.1.20
Router(config)# address-object A2 192.168.1.0/24
Router(config)# show address-object
Object name Type Address Ref.
=====================================================================
A0 HOST 192.168.1.1 0
A1 RANGE 192.168.1.1-192.168.1.20 0
A2 SUBNET 192.168.1.0/24 0
Router(config)# no address-object A2
Router(config)# show address-object
Object name Type Address Ref.
=====================================================================
A0 HOST 192.168.1.1 0
A1 RANGE 192.168.1.1-192.168.1.20 0