cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1096
Views
0
Helpful
2
Replies

Get nodes in span of control for TL1 gateway?

GREGORY GEE
Level 1
Level 1

In the Cisco ONS SONET TL1 Reference Guide, it mentions the following.

Issuing commands to specific nodes in the network is accomplished by entering a unique node name in the TID field in each TL1 message. The TID field is synonymous with the name of the node and is the second token in a TL1 command.

Is there a TL1 command to first get a list of the nodes that it is a gateway for like RTRV-GW-NELIST that I have seen on other devices.

Thanks,

Greg

2 Replies 2

scnoyes
Cisco Employee
Cisco Employee

Greg,

Try these.

RTRV-MAP-NETWORK:[]::;

This command is used to report all the NE attributes which are reachable from the GNE (Gateway NE). The NE attributes include the node IP address (ipaddr), the node name (TID), and the product type of the NE (product).

RTRV-NE-IPMAP:[]:[]:;

This command is used to retrieve the IP address and the node name of the NEs which have the DCC connection with this NE.

-SteveN

Thanks.  That looks like what I need.  Just need a quick clarification.  The example in the command guide only shows one node in the response for RTRV-MAP-NETWORK.  If there were more that one node in a network, would the output look something like the following?

TID-000 1998-06-20 14:30:00

M 001 COMPLD

“172.20.222.225,Node1,15454”

“172.20.222.226,Node2,15454”

“172.20.222.227,Node3,15454”

“172.20.222.228,Node4,15454”

;

  Like my other post, I am making some assumptions about output without access to one this early in the project.

Thanks,

Greg