This chapter describes the commands that you need to use to perform network operations.
The net commands perform networking tasks related to N1 Service Provisioning System software applications.
Table 10–1 Summary of the net Commands
Command |
Description |
---|---|
net.gencfg |
Generates the Transport Config file for a N1 Service Provisioning System software application. |
net.ping |
Checks connectivity to a Remote Agent or Local Distributor by executing the TCP/IP ping command. |
net.traceroute |
Uses the IP traceroute utility to find the route to a Remote Agent or Distributor |
A user session is not needed for the net commands.
This command generates the Transport Config file for an application.
Table 10–2 Argument for the net.gencfg Command
Argument/Result |
Class |
Description |
|
---|---|---|---|
d |
[R] |
CRAddress |
The Address of the Remote Agent or Distributor to ping in the format [{DNS hostname|ipAddress}:port] |
result |
PingResult |
Message indicating the ping success or error details if it fails |
This command uses the IP traceroute utility to find the route to a Remote Agent or Distributor
Table 10–3 Argument and Result for the net.traceroute Command
Argument/Result |
Class |
Description |
|
---|---|---|---|
d |
[R] |
CRAddress |
The Address of the Remote Agent or Distributor to find the route to in the format [{DNS hostname|ipAddress}:port] |
result |
UITraceResult |
Message indicating the traceroute success or error details if it fails |