iojsioi 发表于 2018-7-15 16:03:47

Linux下备份cisco路由配置

#mkdir /test  #service xinetd restart 从启xinetd服务,因为TFTP服务受控与xinetd, xinetd是管服务的服务,它是不开端口的。
  验证一下TFTP是否起来了:
  # netstat -nlp
  Active Internet connections (only servers)
  Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN 3122/rpc.statd
  tcp 0 0 127.0.0.1:32781 0.0.0.0:* LISTEN 4035/xinetd
  tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 3103/portmap
  tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 3324/httpd
  tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 3255/sshd
  tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 3213/cupsd
  tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3295/sendmail: acce
  tcp 0 0 127.0.0.1:6010 0.0.0.0:* LISTEN 3415/0
  tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 3324/httpd
  udp 0 0 0.0.0.0:32768 0.0.0.0:* 3122/rpc.statd
  udp 0 0 0.0.0.0:69 0.0.0.0:* 4035/xinetd
  udp 0 0 0.0.0.0:69 0.0.0.0:* 4012/in.tftpd
  udp 0 0 0.0.0.0:111 0.0.0.0:* 3103/portmap
  udp 0 0 0.0.0.0:754 0.0.0.0:* 3122/rpc.statd
  udp 0 0 0.0.0.0:631 0.0.0.0:* 3213/cupsd
页: [1]
查看完整版本: Linux下备份cisco路由配置