博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
5.5. Interface
阅读量:7143 次
发布时间:2019-06-29

本文共 1916 字,大约阅读时间需要 6 分钟。

2811

Controller Timeslots D-Channel Configurable modes StatusE1 0/0/0   31        15        pri/channelized     Administratively upInterface                  IP-Address      OK? Method Status                ProtocolFastEthernet0/0            192.168.3.123   YES manual up                    upFastEthernet0/1            172.16.0.254    YES manual up                    down

controller E1 0/0/0

Router#conf tEnter configuration commands, one per line.  End with CNTL/Z.Router(config)#controller E1 0/0/0Router(config)#channel-group 0 unframedINIT2URouter(config)#interface Serial0/0/0:0%][Router(config)#ip address 144.*.*.* 255.255.255.252

f0/0 ~ f0/1

Router>enRouter#conf tRouter(config)#int f0/0Router(config-if)#ip add 192.168.1.1 255.255.255.0Router(config-if)#no shuRouter(config-if)#int s0/0Router(config-if)#ip add 10.0.0.1 255.0.0.0Router(config-if)#clock rate 64000Router(config-if)#no shRouter(config-if)#exitRouter(config)#host R1R1(config)#ip route 192.168.2.0 255.255.255.0 s0/0R1(config)#end

default gateway

ip default-gateway 210.22.111.193

5.5.1. description

Router#conf tEnter configuration commands, one per line.  End with CNTL/Z.Router(config)#int f0/1Router(config-if)#desRouter(config-if)#description Connect to Cisco 2960 Switch f0/24Router(config-if)#end

running-config

Router#show running-config!interface FastEthernet0/1 description Connect to Cisco 2960 Switch f0/24 ip address 172.16.0.254 255.255.255.0 duplex auto speed auto!

5.5.2. bandwidth

Router(config-if)bandwidth 64Note that the zeroes are not missing

5.5.3. primary/secondary

Router#sh runinterface Serial0ip address 10.250.1.10 255.255.255.252no ip proxy-arpencapsulation pppno fair-queueno cdp enablehold-queue 150 out!interface FastEthernet0ip address 61.63.15.190 255.255.255.192 primaryip address 61.63.44.190 255.255.255.192 secondaryno ip proxy-arpspeed auto

原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

你可能感兴趣的文章
poj 1218 THE DRUNK JAILER
查看>>
WordPress SEO ☞ WordPress网站终极优化指南
查看>>
Environment 常用方法
查看>>
【TYVJ】1338 QQ农场(最大流+最大权闭合图)
查看>>
解决Python2.7的UnicodeEncodeError: 'ascii' codec can’t encode异常错误
查看>>
最近在准备开发进销存管理系统
查看>>
TCP/IP协议
查看>>
【C#】Entity Framework 增删改查和事务操作
查看>>
原创:谨以此文怀念曾经的妹妹
查看>>
作为平台的Windows PowerShell(二)
查看>>
Linux find example
查看>>
jquery之超简单的div显示和隐藏特效demo
查看>>
1、开发自定义组件简要
查看>>
使用Ksoap2调用Web Service加入SoapHeader
查看>>
[Linux] 如何禁止使用口令只允许使用密钥建立 SSH 连接
查看>>
悟透JavaScript
查看>>
MySQL批量更新死锁案例分析--转载
查看>>
sql over的作用及用法
查看>>
Android 字体设置
查看>>
用JSmooth制作java jar文件的可运行exe文件教程【图文】
查看>>