
Chapter 6 Interfaces
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 NXC. 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 restart an interface. You can check all interface names on the NXC. Then use either the system name or
Router> show
No. System Name User Defined Name
===========================================================================
1 | ge1 | ge1 |
2 | ge2 | ge2 |
3 | ge3 | ge3 |
4 | ge4 | Customer |
5 | ge5 | ge5 |
Router> configure terminal
Router(config)# interface reset ge4
Router(config)# interface reset Customer
Router(config)#
52 |
| |
NXC CLI Reference Guide |
| |
|
|
|