fastethernet 0/0其中的0/0代表路由器上的0号物理接口,0/0.1代表0号物理接口上的1号虚拟子接口,例如0/0.2都是相同意思,只是子接口号不同。划分子接口的用意是:多个vlan要通信,它们各自的网段不同,网关也不同,而交换机只连接路由器上的一个物理接口,这个接口不可能直接配置多个地址,所以划分多个虚拟子接口,就可以配置多个地址作为vlan的网关地址。就是一个端口出来的可...
原创
2021-08-26 10:29:55
1096阅读
fastethernet 0/0其中的0/0代表路由器上的0号物理接口,0/0.1代表0号物理接口上的1号虚拟子接口,例如0/0.2都是相同意思,只是子接口号不同。划分子接口的用意是:多个vlan要通信,它们各自的网段不同,网关也不同,而交换机只连接路由器上的一个物理接口,这个接口不可能直接配置多个地址,所以划分多个虚拟子接口,就可以配置多个地址作为vlan的网关地址。就是一个端口出来的可...
原创
2022-04-13 09:35:52
840阅读
Router#show interface e0/0
Ethernet0/0 is up, line protocol is down
Hardware is AmdP2, address is 0009.4375.5e20 (bia 0009.4375.5e20)
Internet address is 192.168.1.53/24
MTU 1500 bytes, B
转载
2009-12-07 10:37:50
531阅读
Router#show interface e0/0
Ethernet0/0 is up, line protocol is down
Hardware is AmdP2, address is 0009.4375.5e20 (bia 0009.4375.5e20)
Internet address is 192.168.1.53/24
MTU 1500 bytes
转载
2009-12-01 12:55:36
611阅读
Cat3750(config-if)#switchport port-security
Command rejected: FastEthernet1/0/2 is a dynamic port.
!--- Port security can only be configured on staticaccess portsortrunk ports.
解决方法:Cat3750(confi
原创
2011-05-07 09:22:48
2825阅读
Switch(config-if-range)#switchport port-security &n
原创
2016-02-20 23:31:05
3723阅读
%LINK-4-ERROR: FastEthernet0/30 is experiencing errors意为此接口发生的ERROR。
原创
2022-11-21 17:48:08
98阅读
*Mar 1 00:15:54.119: %IP-4-DUPADDR: Duplicate address 192.161.1.1 on F了,也就是冲突了
原创
2022-11-21 17:49:07
1242阅读
<snip>!interface FastEthernet0/1port monitor FastEthernet0/2 port monitor FastEthernet0/5 port monitor VLAN1!interface FastEthernet0/2! Cisco
转载
精选
2009-06-04 22:42:33
776阅读
点赞
1评论
配置步骤准备数据Router: fastethernet0/0 10.10.1.2/24fastethernet0/1 192.168.10.254/24 //需要开启DHCP 为下面PC终端提供自动获取IP 地址Router2:fastethernet0/0 10.10.1.1/24fastethernet0/1 172.16.30.253/24 //需要开启DHCP
原创
2014-01-08 13:31:28
915阅读
我们在使用check_snmp_int.pl来抓取网卡流量信息时,会发现有时指定一个接口名,却列出多个,例如
[root@Centos libexec]# ./check_snmp_int.pl -H 59.42.155.98 -C kpelle -n FastEthernet-1FastEthernet-1:UP, FastEthernet-12:UP, FastEthernet-10:UP:
原创
2008-04-14 15:54:48
3448阅读
1评论
R1:
VLAN 2
interface FastEthernet1/0
switchport access vlan 100
!
interface FastEthernet1/1
switchport access vlan 100
!
interface FastEthernet1/2
switchport acces
原创
2012-08-28 15:41:26
938阅读
点赞
preg_match_all('/interface FastEthernet([\s\S][^\!]*)/',$aaa,$cdpip) ;interface FastEthernet 开始 中间任何字符 到 ! 终止
原创
2022-11-21 18:06:28
162阅读
1、实验拓扑2、基础网络配置R1配置:interface FastEthernet0/0 ip address 12.1.1.1 255.255.255.0interface FastEthernet1/0 ip address 13.1.1.1 255.255.255.0R2配置:interface FastEthernet0/0 ip address 12.1.1
原创
2015-09-17 11:48:16
978阅读
interface FastEthernet0/0 description *** Internet *** ip address 218.15.164.100 255.255.255.224 ip nat outside duplex auto speed auto ! interface FastEthernet0/1 descript
原创
2010-04-19 22:52:50
2220阅读
1、实验拓扑2、实验配置R1配置interface FastEthernet0/0no shutinterface FastEthernet0/0.10encapsulation dot1Q 10ip address 192.168.10.254 255.255.255.0interface FastEthernet0/0.20encapsulation dot1Q 20ip address 19
原创
2015-12-25 17:10:39
678阅读
1、实验拓扑2、基础网络配置。R1配置:interface FastEthernet0/0 ip address 12.1.1.1 255.255.255.0interface FastEthernet1/0 ip address 13.1.1.1 255.255.255.0R2配置:interface FastEthernet0/0 ip address 12.1.
原创
2015-09-16 12:15:41
4269阅读
拓扑:
配置:
R1:
interface FastEthernet0/0
xconnect 7.7.7.7 10 encapsulation mpls
-------------------------------------------------
R2:
nterface FastEthernet0/0
xconnect 2.2.2.2 10 encapsulation
原创
2012-11-08 09:30:57
1090阅读
点赞
Cisco Catalyst 2900XL 交换机, 要求镜像端口为fastethernet 0/18 端口,被镜像端口为fastethernet 0/20 口和fastethernet 0/22 口。 根据上述要求的配置步骤如下:
转载
精选
2010-01-06 13:27:39
493阅读
1。Cat2900XL/3500XL 2900XL(config)#interface fastethernet 0/24 //进入接口配置模式下 2900XL(config)#port monitor fastethernet 0/1 //配置f0/1为被监视得端口 2900XL(config)#port monitor fastethernet 0/2 //配置f0/2为被监视得端口
转载
2007-01-19 10:48:20
715阅读