Information about the command line interface (cli) for adsl routers?

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

Information about the command line interface (cli) for adsl routers?

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Information about the command line interface (cli) for adsl routers?
Information about the command line interface (cli) for adsl routers?
2013-08-20 19:09:18
Region : Argentina

Model : TD-W8951ND

Hardware Version : V5

Firmware Version :

ISP :


I am using a TD-W8951ND, when I do a telnet to the router, there appears to be a command line mode, altough there's a help command build in, it's not really useful unless you know the commands.
So my question is, is there any place where those commands can be consulted? I'd be specially interested into seeing the NAT table (so I can identify easily the resource hogs on the network)

Thanks
  0      
  0      
#1
Options
2 Reply
Re:Information about the command line interface (cli) for adsl routers?
2013-08-21 15:10:59
Have no idea. Not sure where to find the commands.
  0  
  0  
#2
Options
Re:Information about the command line interface (cli) for adsl routers?
2013-08-26 21:58:46
After trying some combinations I found out a way to dump the nat table that's what I mostly needed, there are many others, but this will make it easy for you to locate the infractors in you network.

[code]
#list all the router interfaces and pick the one that has the public ip address (generally wanif0 or wanif7)
ip ifconfig
#show the nat table for that interface
ip nat iface wanif7
[/code]
  3  
  3  
#3
Options

Information

Helpful: 0

Views: 4962

Replies: 2

Related Articles