Editing a configuration object – Amer Networks E5Web GUI User Manual
Page 68

values of the object properties. This example shows how to display the contents of a
configuration object representing the telnet service.
Command-Line Interface
Device:/> show Service ServiceTCPUDP telnet
Property
Value
-----------------
-------
Name:
telnet
DestinationPorts:
23
Type:
TCP
SourcePorts:
0-65535
SYNRelay:
No
PassICMPReturn:
No
ALG:
MaxSessions:
1000
Comments:
Telnet
The Property column lists the names of all properties in the ServiceTCPUDP class and the Value
column lists the corresponding property values.
InControl
Follow the same steps used for the Web Interface below.
Web Interface
1.
Go to: Objects > Services
2.
Select the telnet entry in the list
3.
A web page displaying the telnet service will be presented
Example 2.11. Editing a Configuration Object
When the behavior of cOS Core is changed, it is most likely necessary to modify one or several
configuration objects. This example shows how to edit the Comments property of the telnet
service.
Command-Line Interface
Device:/> set Service ServiceTCPUDP telnet Comments="Modified Comment"
Show the object again to verify the new property value:
Device:/> show Service ServiceTCPUDP telnet
Property
Value
-----------------
-------
Name:
telnet
DestinationPorts:
23
Type:
TCP
SourcePorts:
0-65535
SYNRelay:
No
PassICMPReturn:
No
ALG:
MaxSessions:
1000
Comments:
Modified Comment
Chapter 2: Management and Maintenance
68