我是第一次使用Cisco Packet Manager。 我想知道如何显示我的路由器IP地址和端口,以便更清晰... 有人知道怎么做吗?
答案 0 :(得分:1)
启用mod类型
sh run | inc接口| ip地址
将显示ip地址,接口和子网掩码
如果键入show interfaces status,则会显示端口和接口状态。
希望这会有所帮助
答案 1 :(得分:0)
编写此命令以显示所有配置,例如端口-ip-密码-等等...
Router#show running-config
OR
Router#show interfaces gigabitEthernet 0/0/0
“您可以更改数字端口并像 Fastethernet 这样输入
OR
Router#show ip interface
或写:
Router#show ?
要查看所有命令都有信息:)
答案 2 :(得分:0)
awk 'BEGIN {for(i=1;i<=1400;i++) print "www.example.org/images?ID=7497&page=1&CategoryID="i"&pagetype=null"}'
www.example.org/images?ID=7497&page=1&CategoryID=1&pagetype=null
www.example.org/images?ID=7497&page=1&CategoryID=2&pagetype=null
www.example.org/images?ID=7497&page=1&CategoryID=3&pagetype=null
www.example.org/images?ID=7497&page=1&CategoryID=4&pagetype=null
www.example.org/images?ID=7497&page=1&CategoryID=5&pagetype=null
www.example.org/images?ID=7497&page=1&CategoryID=6&pagetype=null
www.example.org/images?ID=7497&page=1&CategoryID=7&pagetype=null
www.example.org/images?ID=7497&page=1&CategoryID=8&pagetype=null
www.example.org/images?ID=7497&page=1&CategoryID=9&pagetype=null
www.example.org/images?ID=7497&page=1&CategoryID=10&pagetype=null
...
...
这将列出路由器上的所有接口(端口)及其IP地址和状态。
您需要在“全局配置模式”中键入此内容。 (#)