格式: copy tftp/sftp/ftp [vrf mng] root: 本地文件 遠端文件 1. 經過tftp進行備份,vrf mng表示指定使用管理口鏈路鏈接 copy tftp vrf mng root: /flash/DATA0/startrun.dat //192.168.1.73/abc.dat 2. 經過ftp進行備份 copy ftp vrf mng root: /flash/DATA0/startrun.dat //192.168.1.73/abc.dat@username:password
注意,如下配置都在config模式下進行 # 建立一箇中繼服務組,指定dhcp server ip ip dhcp relay server group 1 server 1 192.168.11.251 description dhcp-to-192.168.11.251 exit # 基於vlan綁定dhcp中繼組,使其生效 dhcp interface vlan1 relay server group 1 exit interface vlan8 relay server group 1 exit
# 建立monitor流量出口session,指定其流量出口 span session 1 default destination interface gei-0/1/1/27 # 應用session,使其流量複製一份到流量出口進行監控 span apply session 1 source interface gei-0/1/1/5 direction rx span apply session 1 source interface gei-0/1/1/19 direction both