netutil
various network utilities
Overview
Design
- Super Type
- Managed-Entity
| Role | Abstract. (Objects cannot be created.) |
| Instance Names | Unique |
| Notification | false |
| Template Directory | |
| Data View | Children, proximity: 1 |
| Logger Name | netutil |
Constraints
None
Attributes
None
Commands
Note
Commandline options displayed in square brackets "[]" are optional. If an option expects arguments, then angle brackets are shown after the option "<>". Any default value is shown within the brackets.
listening
hecks for the existence of a TCP/IP listener at the specified host and port.
static: This command can be run outside of an object context.
- Usage
- listening -port <> [-server <localhost>]
Options
| Option | Description |
|---|---|
| port | The port number to connect to. |
| server | The DNS name or IP address of the server. |
reachable
test if server is reachable
static: This command can be run outside of an object context.
- Usage
- reachable -server <> [-timeout <10>]
Options
| Option | Description |
|---|---|
| server | The DNS name or IP address of the server. |
| timeout | count |
traceroute
print the route packets take to network host
static: This command can be run outside of an object context.
- Usage
- traceroute -count <3> -server <>
Options
| Option | Description |
|---|---|
| count | count |
| server | The DNS name or IP address of the server. |


