User Guide for FibeAir® IP-20 All-Outdoor Products, CeraOS 10.5
Page 563 of 825
Ceragon Proprietary and Confidential
evcid
Text String
Up to 20 characters. Defines an Ethernet
Virtual Connection (EVC)
ID. This parameter does
not affect the network
element’s behavior, but
is used by the NMS for
topology management.
evc description
Text String
Up to 64 characters. A text description of the
service. This parameter
does not affect the
network element’s
behavior, but is used by
the NMS for topology
management.
The following commands add the EVC ID "East_West" and the EVC description
"Line_to_Radio" to Service 10:
service[10]>service evcid set East_West
service[10]>service description set Line_to_Radio
17.1.3.7
Deleting a Service (CLI)
Before deleting a service, you must first delete any service points attached to the
service (refer to
Deleting a Service Point (CLI)
).
Use the following command to delete a service:
root>ethernet service delete sid <sid>
Use the following command to delete a range of services:
root>ethernet service delete sid <sid> to <sid>
Table 132: Deleting Ethernet Service CLI Parameters
Parameter
Input Type
Permitted Values
Description
sid
Number
Any defined Service
ID.
The Service ID.
The following command deletes Service 10:
root>ethernet service delete sid 10
The following command deletes Services 10 through 15:
root>ethernet service delete sid 10 to 15