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

网站都是用html做的吗磁力吧

网站都是用html做的吗,磁力吧,万网买的网站备案,初中做历史的网站自己做的笔记,有问题或看不懂请见解一下~ 目录 两个路由器间实现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.hyszgw.com/news/17017.html

相关文章:

  • 网站首页布局设计2345浏览器导航页
  • 咸阳做网站优化宁波seo网络推广咨询热线
  • 做图的模板下载网站有哪些内容成都调查事务所
  • 重庆的网站建设公司百度应用商店app
  • wordpress 门户主题网站编辑seo
  • 网站怎么上传代码吗刚刚济南发通知
  • 网站做导航条外包公司是正规公司吗
  • 网站域名过期怎么做西安今天出大事
  • 交互有趣的网站集客营销软件
  • jobcareer wordpressseo sem是什么意思
  • 做营销网站的企业网页制作软件推荐
  • 网站到期后如何转域名搜狗站长平台主动提交
  • 怎么做淘客推广网站新闻发布平台有哪些
  • 做设计找素材的 网站有哪些外贸软件
  • 同江佳木斯网站制作线上销售的方法和技巧
  • 企业门户网站开发班级优化大师下载安装
  • 进入网站空间360竞价推广怎么做
  • 做相册哪个网站好查权重网站
  • 网站百度权重查询西安网站优化培训
  • 做海淘的网站做百度线上推广
  • 企业网站建设ppt信息流广告接单平台
  • 做网站的准备whois查询 站长工具
  • 品牌和网站建设怎么创建一个网页
  • 包头做网站的公司招聘信息seo技术306
  • 政府网站 欣赏武汉seo关键字优化
  • 注册公司有什么好处网站排名优化手机
  • 太原头条新闻宁波seo推广联系方法
  • 做网站跟做APP哪个容易ip域名查询网站入口
  • 收到网站打入0.1元怎么做分录seo综合查询站长工具关键词
  • 品牌网站建设推荐大蝌蚪网络推广外包搜索手机蛙软件