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

哪个网站专门做二手的企业网站推广方案设计

哪个网站专门做二手的,企业网站推广方案设计,做相册什么网站好,运行一个网站的成本自己做的笔记,有问题或看不懂请见解一下~ 目录 两个路由器间实现telnet服务(password认证模式) server client 两个路由器间实现telnet服务(aaa认证模式) server client 改名 tab键补齐 不会就扣问号 ? save 两个路由器间实现telnet服务…

自己做的笔记,有问题或看不懂请见解一下~

 

目录

两个路由器间实现telnet服务(password认证模式)

server

client

两个路由器间实现telnet服务(aaa认证模式)

server

client


改名

tab键补齐

不会就扣问号                                 ?

save

两个路由器间实现telnet服务(password认证模式)

server

接口配置好ip

开启telnet服务

设置用户端的监听

(认证模式,密码最大长度,密码,用户权限等级)

---自己搜搜吧....


client

将接口配置ip后

直接telnet连接服务端即可.

<Huawei>sy	
<Huawei>system-view 
Enter system view, return user view with Ctrl+Z.
[Huawei]
[Huawei]sy	
[Huawei]sysname client
[client]
[client]
[client]
[client]int	
[client]interface G	
[client]interface GigabitEthernet 0/0/0
[client-GigabitEthernet0/0/0]
[client-GigabitEthernet0/0/0]
[client-GigabitEthernet0/0/0]ip add	
[client-GigabitEthernet0/0/0]ip address 192.168.2.2 24
[client-GigabitEthernet0/0/0]
Jun 20 2024 22:28:45-08:00 client %%01IFNET/4/LINK_STATE(l)[0]:The line protocolIP on the interface GigabitEthernet0/0/0 has entered the UP state. 
[client-GigabitEthernet0/0/0]
[client-GigabitEthernet0/0/0]
[client-GigabitEthernet0/0/0]di	
[client-GigabitEthernet0/0/0]dis this
[V200R003C00]
#
interface GigabitEthernet0/0/0ip address 192.168.2.2 255.255.255.0 
#
return
[client-GigabitEthernet0/0/0]
[client-GigabitEthernet0/0/0]
[client-GigabitEthernet0/0/0]
[client-GigabitEthernet0/0/0]
[client-GigabitEthernet0/0/0]qu
[client]
[client]
<client>sa	
<client>save The current configuration will be written to the device. Are you sure to continue? (y/n)[n]:yIt will take several minutes to save configuration file, please wait.........Configuration file had been saved successfullyNote: The configuration file will take effect after being activated
<client>
<client>
<client>tel	
<client>telnet 192.168.2.1Press CTRL_] to quit telnet modeTrying 192.168.2.1 ...Connected to 192.168.2.1 ...Login authenticationPassword:
<server>
<server>

两个路由器间实现telnet服务(aaa认证模式)

server

进入接口,选择aaa模式认证.

进入aaa界面

创建账户名

(密码,权限等级,协议服务)

[server]aaa
[server-aaa]loca	
[server-aaa]local-user ?STRING<1-64>    User name, in form of 'user@domain'. Can use wildcard '*',    while displaying and modifying, such as *@isp,user@*,*@*.Can  not include invalid character / \ : * ? " < > | @ 'wrong-password  Use wrong password to authenticate
[server-aaa]local-user xiaodi^
Error:Incomplete command found at '^' position.
[server-aaa]local-user xiaodi ?access-limit   Set access limit of user(s)ftp-directory  Set user(s) FTP directory permittedidle-timeout   Set the timeout period for terminal user(s)password       Set password privilege      Set admin user(s) levelservice-type   Service types for authorized user(s)state          Activate/Block the user(s)user-group     User group
[server-aaa]local-user xiaodi p	
[server-aaa]local-user xiaodi password ?cipher  User password with cipher text
[server-aaa]local-user xiaodi password  c	
[server-aaa]local-user xiaodi password  cipher ?STRING<1-32>/<32-56>  The UNENCRYPTED/ENCRYPTED password string
[server-aaa]local-user xiaodi password  cipher 123
Info: Add a new user.
[server-aaa]local-user xiaodi p	
[server-aaa]local-user xiaodi passwor	
[server-aaa]local-user xiaodi password 
[server-aaa]local-user xiaodi password	
[server-aaa]local-user xiaodi pt	
[server-aaa]local-user xiaodi pr	
[server-aaa]local-user xiaodi pri	
[server-aaa]local-user xiaodi privilege 3^
Error: Unrecognized command found at '^' position.
[server-aaa]local-user xiaodi privilege >?^
Error: Unrecognized command found at '^' position.
[server-aaa]local-user xiaodi privilege ?level  Set admin user(s) level
[server-aaa]local-user xiaodi privilege l	
[server-aaa]local-user xiaodi privilege level 3
[server-aaa]
[server-aaa]
[server-aaa]local-user xiaodi ?access-limit   Set access limit of user(s)ftp-directory  Set user(s) FTP directory permittedidle-timeout   Set the timeout period for terminal user(s)password       Set password privilege      Set admin user(s) levelservice-type   Service types for authorized user(s)state          Activate/Block the user(s)user-group     User group
[server-aaa]local-user xiaodi se	
[server-aaa]local-user xiaodi service-type tel	
[server-aaa]local-user xiaodi service-type telnet 
[server-aaa]
[server-aaa]
[server-aaa]
[server-aaa]di	
[server-aaa]dis this
[V200R003C00]
#
aaa authentication-scheme defaultauthorization-scheme defaultaccounting-scheme defaultdomain default domain default_admin local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$local-user admin service-type httplocal-user xiaodi password cipher %$%$zx!S#Qzc72@-{%"5}:<ZX:\'%$%$local-user xiaodi privilege level 3local-user xiaodi service-type telnet
#
return
[server-aaa]

client

telnet连接服务端,

输入账户密码,登录~

<client>
<client>
<client>tel	
<client>telnet 192.168.2.1Press CTRL_] to quit telnet modeTrying 192.168.2.1 ...Connected to 192.168.2.1 ...Login authenticationPassword:
<server>
<server>Please check whether system data has been changed, and save data in timeConfiguration console time out, please retry to log onThe connection was closed by the remote host
<client>Please check whether system data has been changed, and save data in timeConfiguration console time out, please press any key to log on<client>
<client>tel	
<client>telnet 192.168.2.1Press CTRL_] to quit telnet modeTrying 192.168.2.1 ...Connected to 192.168.2.1 ...Login authenticationUsername:xiaodi
Password:
Error: Local authentication is rejected.Logged Fail!Username:xiaodi
Password:
<server>
<server>


http://www.shuangfujiaoyu.com/news/22156.html

相关文章:

  • 南联网站建设网站推广应该坚持什么策略
  • 箱包外贸订单网国内seo排名
  • 外贸网站推广如何做长沙新媒体营销
  • wordpress网站做app一站传媒seo优化
  • 深圳专业做网站专业当日alexa排名查询统计
  • 网站运营专员是干嘛的专业模板建站
  • 自己做的网站怎么弄成app大数据营销成功案例
  • app推广赚钱灰色词seo排名
  • 打开网站弹出广告js制作网站免费
  • 兴科cms网站建设系统推广app赚钱项目
  • 基于web的旅游网站建设seo分析案例
  • 怎么用自己的电脑做服务器发布网站深圳企业网站制作
  • 网站建设了流程河北seo推广方案
  • 网站做关键词推广链接点击器app
  • 网站首页图片轮播百度的官方网站
  • 好看的旅游网站模版郑州做网络营销渠道
  • 网站建设选青岛的公司好不好网站注册信息查询
  • 百度不收录什么网站培训网站推荐
  • 哪个设计培训机构好seo销售好做吗
  • asp.net网站开发步骤浏览器网站进入口
  • 做PPT素材用到的网站推广代理平台
  • 设计感强的网站网络推广页面
  • 做律师网站公司app开发公司推荐
  • 企业网站系统有哪些2023年8月份新冠
  • 珠海互联网推广seo引擎优化培训
  • 网站系统接口500异常千锋教育
  • 展芒设计网页重庆seo整站优化报价
  • 手机网站触屏版免费线上培训平台
  • 集约化建设政府网站seo优化名词解释
  • 免费cms系统phpseo外链推广工具下载