我設置了一個定時任務:
scheduler job saveconfig
command 1 save force
command 2 copy startup.cfg ftp://user:password@192.168.203.60/D:\
但是FTP服務器192.168.203.60得用vpn實例來訪問,如上配置顯示網絡不可達,需要加vpn-instance mgmt,那命令應該如何修改。
(0)
您好,有管理口:
ip vpn-instance MGMT
description MGMT
interface M-GigabitEthernet0/0/0
ip binding vpn-instance MGMT
ip address 192.168.0.1 24
ip route-static vpn-instance MGMT 0.0.0.0 0 192.168.0.254 description TO-MGMT
無管理口:
ip vpn-instance MGMT
vlan 100
int vlan 100
ip binding vpn-instance Management
ip address 192.168.0.1 255.255.255.0
#
interface g1/0/1
port access vlan 100
然後配置路由:
ip route-static vpn-instance MGMT 0.0.0.0 0 192.168.0.254 description TO-MGMT
(0)
這些都是有的。是問job2如何添加vpn: command 2 copy startup.cfg ftp://user:password@192.168.203.60/D:\
測試出來了:
command 2 copy startup.cfg ftp://user:password@192.168.203.60/D:\ vpn-instance mgmt
(0)
親~登錄後才可以操作哦!
確定你的郵箱還未認證,請認證郵箱或綁定手機後進行當前操作
舉報
×
侵犯我的權益
×
侵犯了我企業的權益
×
抄襲了我的內容
×
原文鏈接或出處
誹謗我
×
對根叔社區有害的內容
×
不規範轉載
×
舉報說明
這些都是有的。是問job2如何添加vpn: command 2 copy startup.cfg ftp://user:password@192.168.203.60/D:\