1 Cisco DHCP地址中为指定的MAC地址分配静态的IP地址

ip dhcp pool zh
   host 192.168.10.138 255.255.255.0
   client-identifier 0100.1fd0.8575.d2 //请注意这里MAC地址的格式

 

2    使用路由器做流量检测

       router(config)#int s 0/0
  router(config-if)#ip accounting output-packets
  router#sh ip accounting output-packets
  Source Destination Packets Bytes
  192.1.1.110 192.1.1.97 5 500
  172.17.246. 128 192.1.1.110 8 704
  Accounting data age is 2d23h

 

 

3 terminal monitor 命令可以VTY线路上看到debug信息

让相关日志信息与debug信息统统显示到telnet的VTY线路上来