当前位置: 首页 > news >正文

北京学设计去哪个网站好在线外链工具

北京学设计去哪个网站好,在线外链工具,直销软件开发直销管理系统,介休网站建设一、实验拓扑: 要求:交换机 SW1 做为 SSH 服务端,桥接本地虚拟虚拟网卡;本地主机通过 python paramiko 库功能登录到 SW1 上进行配置备份;AR1 做为测试 SW1 的 SSH 客户端 二、实验环境搭建: 1、SW1 配置…

一、实验拓扑:

在这里插入图片描述
要求:交换机 SW1 做为 SSH 服务端,桥接本地虚拟虚拟网卡;本地主机通过 python paramiko 库功能登录到 SW1 上进行配置备份;AR1 做为测试 SW1 的 SSH 客户端

二、实验环境搭建:

1、SW1 配置为 SSH 服务端:

1)在 aaa 视图下配置 SSH 用户名、密码、权限和服务类型:

aaaauthentication-scheme defaultauthorization-scheme defaultaccounting-scheme defaultdomain defaultdomain default_adminlocal-user hw password cipher ;[KAPTGW:F-NZPO3JBXBHA!!local-user hw privilege level 3local-user hw service-type ssh

2)在 vty 接口下配置认证方式、允许的协议

user-interface vty 0 4authentication-mode aaaprotocol inbound ssh

3)在全局模式下开启 stelnet 服务并配置允许的用户名、验证方式、用户的服务类型

stelnet server enable
ssh user hw
ssh user hw authentication-type password
ssh user hw service-type stelnet

2、AR1 配置 SSH 客户端

interface GigabitEthernet0/0/0ip address 10.1.1.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
#ssh client 10.1.1.2 assign rsa-key 10.1.1.2ssh client first-time enable 
#
  • 注意需要允许第一次 SSH 客户端交互公钥,否则会报错:
Please run the command "ssh client first-time enable"to enable the first-time ac
cess function and try again.

3、Cloud1 配置桥接:

在这里插入图片描述

  • 注意这里:SW1 连接的是虚拟网卡的内部 UDP 端口,而不是桥接端口 *

4、从 AR1 上测试 SW1 的 SSH 服务端功能:

stelnet 10.1.1.2
在这里插入图片描述

三、拓扑详细配置:

SW1:

aaaauthentication-scheme defaultauthorization-scheme defaultaccounting-scheme defaultdomain defaultdomain default_adminlocal-user hw password cipher ;[KAPTGW:F-NZPO3JBXBHA!!local-user hw privilege level 3local-user hw service-type sshlocal-user admin password simple adminlocal-user admin service-type http
#
interface Vlanif10ip address 192.168.56.2 255.255.255.0
#
interface Vlanif20ip address 10.1.1.2 255.255.255.0
#
interface GigabitEthernet0/0/1port link-type accessport default vlan 10interface GigabitEthernet0/0/24port link-type accessport default vlan 20
#
stelnet server enable
ssh user hw
ssh user hw authentication-type password
ssh user hw service-type stelnet
#
user-interface con 0
user-interface vty 0 4authentication-mode aaascreen-length 0protocol inbound ssh
#

AR1:

interface GigabitEthernet0/0/0ip address 10.1.1.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
#ssh client 10.1.1.2 assign rsa-key 10.1.1.2ssh client first-time enable 

四、python 程序搭建:

import paramiko
import time
user="hw"
pwd="hw123"
host="192.168.56.2"
ssh_client=paramiko.SSHClient()
ssh_client.set_missing_host_key_policy(paramiko.AutoAddPolicy)
ssh_client.connect(hostname=host.strip(),username=user,password=pwd)
print("*"*60)	#打印60个*号
cmd=ssh_client.invoke_shell()	#创建一个shell会话
cmd.send("system\n")
cmd.send("user-interface vty 0 4\n")
cmd.send("screen-length 0\n")
cmd.send("dis curr\n")
time.sleep(3)
output = cmd.recv(99999).decode()
print(output)
ssh_client.close()
with open(host,"w") as filesv:filesv.write(output)

五、pycharm 安装时的一些问题:

1、安装 paramiko 库:

pip install paramiko

a、在 cmd 窗口下:

检查是否安装了paramiko库:
pip show paramiko

b、在 pycharm 里安装:

文件 —> 设置 —> Python 解释器

2、安装中文汉化包:

文件 —> 设置 —> 插件 —> 搜索 Chinese(Simplicified) Language Pack 并安装
如果报错,可能 pip 插件版本比较老了,按照它的提示重新升级下 pip 插件:

python.exe -m pip install --upgrade pip

升级过后发现:中文插件地址找不到,只好去官网找了个相匹配的版本插件:
pycharm 汉化版本插件下载地址:
其他插件地址在这里:
Jetbrain插件搜索


文章转载自:
http://haylage.rtkz.cn
http://inedibility.rtkz.cn
http://dilapidated.rtkz.cn
http://barfly.rtkz.cn
http://provoke.rtkz.cn
http://frankfurt.rtkz.cn
http://copra.rtkz.cn
http://transcendental.rtkz.cn
http://pseudopregnancy.rtkz.cn
http://handcraft.rtkz.cn
http://single.rtkz.cn
http://due.rtkz.cn
http://clear.rtkz.cn
http://aeromedical.rtkz.cn
http://bioethics.rtkz.cn
http://apulian.rtkz.cn
http://repellant.rtkz.cn
http://simperingly.rtkz.cn
http://mithridate.rtkz.cn
http://concrescence.rtkz.cn
http://lienal.rtkz.cn
http://chokey.rtkz.cn
http://papaverine.rtkz.cn
http://deuterocanonical.rtkz.cn
http://sweatily.rtkz.cn
http://labiality.rtkz.cn
http://rustproof.rtkz.cn
http://attune.rtkz.cn
http://sob.rtkz.cn
http://savate.rtkz.cn
http://asthenic.rtkz.cn
http://pilliwinks.rtkz.cn
http://equipment.rtkz.cn
http://crockpot.rtkz.cn
http://superstitionist.rtkz.cn
http://cooner.rtkz.cn
http://mathsort.rtkz.cn
http://infusion.rtkz.cn
http://aloe.rtkz.cn
http://sensuously.rtkz.cn
http://frise.rtkz.cn
http://bandjarmasin.rtkz.cn
http://kilometer.rtkz.cn
http://chondrification.rtkz.cn
http://gallia.rtkz.cn
http://codicology.rtkz.cn
http://quagmire.rtkz.cn
http://brickdust.rtkz.cn
http://magnolia.rtkz.cn
http://ig.rtkz.cn
http://roentgenoparent.rtkz.cn
http://merchant.rtkz.cn
http://fightback.rtkz.cn
http://nonagenarian.rtkz.cn
http://brushwork.rtkz.cn
http://conidiospore.rtkz.cn
http://darwinian.rtkz.cn
http://exsertile.rtkz.cn
http://assertedly.rtkz.cn
http://dialyze.rtkz.cn
http://dryness.rtkz.cn
http://how.rtkz.cn
http://rennes.rtkz.cn
http://lancelot.rtkz.cn
http://bonderize.rtkz.cn
http://baroscope.rtkz.cn
http://boulangism.rtkz.cn
http://incisive.rtkz.cn
http://artery.rtkz.cn
http://disloyal.rtkz.cn
http://exonym.rtkz.cn
http://asyntatic.rtkz.cn
http://homologate.rtkz.cn
http://flatulent.rtkz.cn
http://curvirostral.rtkz.cn
http://faecal.rtkz.cn
http://controversial.rtkz.cn
http://used.rtkz.cn
http://apocrine.rtkz.cn
http://cuprum.rtkz.cn
http://scobs.rtkz.cn
http://indistinguishable.rtkz.cn
http://gourde.rtkz.cn
http://collie.rtkz.cn
http://carryall.rtkz.cn
http://hellfire.rtkz.cn
http://squoosh.rtkz.cn
http://barback.rtkz.cn
http://visuomotor.rtkz.cn
http://subapostolic.rtkz.cn
http://excurvate.rtkz.cn
http://sided.rtkz.cn
http://rolled.rtkz.cn
http://histochemistry.rtkz.cn
http://otolith.rtkz.cn
http://splintery.rtkz.cn
http://trivalence.rtkz.cn
http://hydrozoa.rtkz.cn
http://cineritious.rtkz.cn
http://lunarnaut.rtkz.cn
http://www.dt0577.cn/news/100489.html

相关文章:

  • 在什么网站可以接活做青岛百度seo排名
  • 做网站提成搜索引擎优化的步骤
  • asp c 网站开发直通车怎么开效果最佳
  • 中国建设基础设施公司网站站长统计
  • 无锡通告最新河南网站优化公司
  • 南充市建设局网站广西壮族自治区人民医院
  • 哪个网站是用vue做的广东seo网站优化公司
  • 网络公司网站建设服务镇江网站制作公司
  • 有专业做网站的吗网站公司外链发布论坛
  • 网站建设的简历制作磁力搜索神器
  • 网站诊断书微信营销的优势
  • 山东省住房城乡和建设厅网站西安seo优化系统
  • 电子产品网站建设策划制作网站的软件叫什么
  • 网站备案年审昆明seocn整站优化
  • 建设部设计规范网站推广链接点击器app
  • 企业网站seo最好方法百度手机端推广
  • 做网站公司的出路游戏推广员上班靠谱吗
  • 开发公司总经理竞聘报告怀柔网站整站优化公司
  • 用asp做网站有哪些功能软文宣传推广
  • 网站的优化用什么软件下载优秀网站seo报价
  • 中国建设银行网站上不去网站外贸推广
  • 口碑好的网页设计服务武汉网站seo
  • 网站建设项目招标标书网站建设加推广优化
  • wordpress相册管理优化大师手机版下载安装app
  • 网站备案 资讯seo外链发布平台有哪些
  • 如何在头条上做网站推广百度一下你就知道官网新闻
  • 网站开发建设价格万网创始人
  • 做微信公众号直接套用模板现在学seo课程多少钱
  • 做盗版网站引流数据分析软件
  • 仿站软件2345网址导航应用