A. 解答,在您配置中的以太網界面中查看 IP address 命令 。 下面為如何查找IP地址的實例:
Router>enable PassWord: Router#show run Building configuration...
Current configuration: ! version 11.3 service timestamps debug uptime
...................
interface Ethernet0 ip address 172.17.3.192 255.255.0.0
Q. 問題.如何確定TFTP Server for Windows 95的IP地址?
A. 解答。在工具欄中選擇“開始”,然后選擇“運行”。 輸入 winipcfg, 點擊“OK”顯示IP配置對話框。
Q. 問題。如何確定TFTP Server for Unix Stations的IP地址?
A. 解答。使用 show netstat interface 命令。 即可顯示您工作站接口的IP地址。 選擇進入路由器網絡的IP地址。
Q. 問題。如何確定TFTP服務器和路由器是否在同一網絡中?
A. 解答。您需要將TFTP 服務器的IP地址和掩碼與路由器以太網接口的IP地址進行比較。
例1:
TFTP server IP address: 172.17.247.195 mask 255.255.0.0 Interface Ethernet 0 of the router IP address: 172.17.3.192 mask 255.255.0.0 例2:
TFTP server IP address: 172.17.247.195 mask 255.255.0.0 Interface Ethernet 0 of the router IP address: 172.10.3.192 mask 255.255.0.0 在例1中, TFTP服務器和路由器的接口在同一網絡中, 因此不需要配置缺省網關。