Chapter 6 Interfaces
The following commands make Ethernet interface ge1 a DHCP client.
Router# configure terminal
Router(config)# interface ge1
This example shows how to modify the name of interface ge4 to “VIP”. First you have to check the interface system name (ge4 in this example) on the ZyWALL. Then change the name and display the result.
Router> show
No. System Name User Defined Name
===========================================================================
1 | ge1 | ge1 |
2 | ge2 | ge2 |
3 | ge3 | ge3 |
4 | ge4 | ge4 |
5 | ge5 | ge5 |
Router> configure terminal Router(config)#
No. System Name User Defined Name
===========================================================================
1 | ge1 | ge1 |
2 | ge2 | ge2 |
3 | ge3 | ge3 |
4 | ge4 | VIP |
5 | ge5 | ge5 |
Router(config)#
This example shows how to change the user defined name from VIP to Partner. Note that you have to use the
Router(config)#
No. System Name User Defined Name
===========================================================================
1 | ge1 | ge1 |
2 | ge2 | ge2 |
3 | ge3 | ge3 |
4 | ge4 | Partner |
5 | ge5 | ge5 |
Router(config)#
Router(config)#
No. System Name User Defined Name
===========================================================================
1 | ge1 | ge1 |
2 | ge2 | ge2 |
3 | ge3 | ge3 |
4 | ge4 | Customer |
5 | ge5 | ge5 |
62 |
|
ZyWALL (ZLD) CLI Reference Guide | |
|
|