码迷,mamicode.com
首页 >  
搜索关键字:fastethernet    ( 21个结果
Cisco Packet Tracer
恢复内容开始 1.简单局域网组建 交换机:2960 s1 终端设备:generic pc 配置 pc1 单击>>Descktop>>IP configuration IP 192.168.0.1 255.255.255.0 端口 FastEthernet0 FastEthernet 0/1 pc2 ...
分类:系统相关   时间:2018-05-20 21:26:28    阅读次数:360
NAT的三种方式
NAT的三种方式: 一、端口NAT、动态NAT acces-list 1 permit IP/Mask ip nat inside source list “number” interface fastethernet overload 二、静态NAT ip nat inside sourece s ...
分类:其他好文   时间:2018-04-17 12:03:24    阅读次数:218
NAT
NAT Network address TranslationsIP地址转换技术将私有地址转换为公网地址思科配置静态NAT:需要手动添加条目--------------------------------------------------边界路由1.进入边界路由内网的接口gatwey(config)#in fastEthernet 0/02.对于内网进口开启 进入nat转换gatwey(conf
分类:其他好文   时间:2018-03-05 20:49:22    阅读次数:178
思科路由器接双外网,上网配置
ip nat inside source list 1 interface g0/2 overload Nat转换,指定原地址为100.100.23.0的主机使用Fastethernet 0/0的地址进行转换 ip nat inside source list 2 interface g0/0 ov ...
分类:其他好文   时间:2018-02-16 21:55:42    阅读次数:245
GNS3 思科模块 说明
C7200 Slot 0: C7200-IO-FE < > 支持1 个Fastethernet 接口 C7200-IO-2FE < > 支持2 个Fastethernet 接口(DynamipsGUI 2.3 里面没有这个选项,想用只有自己添加了) C7200-IO-GE-E < > 插这个卡以后会 ...
分类:其他好文   时间:2017-05-21 19:45:43    阅读次数:346
4.21下午
第七章 三层交换机基本配置 技术原理 开启路由功能 Switch(config)#ip routing Switch (config)#interface fastEthernet 0/5 Switch (config-if)#no switchport Switch (config-if)#ip ...
分类:其他好文   时间:2017-04-21 14:39:39    阅读次数:119
网络知识点拾遗
一各种以太网的速度与等级名称速度网线等级以太网(Ethernet)10Mbps-快速以太网(FastEthernet)100MbpsCAT5G比特以太网(GigabitEthernet)1000MbpsCAT5e/CAT6二交叉线与直连线交叉线:一边是568A,一边是568B的接头时称交叉线,用在直接连接两台主机的网卡。直连线:两边接..
分类:其他好文   时间:2016-11-06 17:45:50    阅读次数:192
三层交换机-路由-硬件防火墙的配置
交换机的端口本身是默认开启的, 但并不表示, 端口的链路 就一定是up的.只有连接了链路设备, 并且相连的设备如pc机工作正常后... 三层交换机的端口, 仍然有24个, 还是表示fa0/1-24, 其三层路由功能不是通过fastethernet端口来实现的, 而是通过其vlan接口来实现的,因此在
分类:其他好文   时间:2016-02-26 20:34:44    阅读次数:114
网络基础知识
interfaceGigabitEthernet0/0G0/0:G:表示GigabitEthernet,即千兆以太网0/0:第一个0表示路由器上第一个模块,第二个0表示第一个模块上的第一个接口(而一般,路由器上是以从左向右,从下往上的顺序来安排模块的顺序的)F0/0:F0/0中的F则表示FastEthernet,也即快速以太网,百兆以太网E0..
分类:其他好文   时间:2015-03-04 19:21:09    阅读次数:115
CCNA2.0笔记_IP连接排错
IPv4 路由排错pingtracerttraceroutetelnetshow mac address-tableshow interfaces fastEthernet 0/1show ip routeshow ip access-listsshow ip interface gigabitEt...
分类:其他好文   时间:2015-02-11 12:20:46    阅读次数:147
21条   上一页 1 2 3 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!