当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: RIP and OSPF RedistributionTable
 

 

 ·关于ip-mac绑定的交换机设置    »显示摘要«
    摘要:ip地址与mac地址的关系: ip地址是根据现在的ipv4标准指定的,不受硬件限制比较容易记忆的地址,长度4个字节。而 mac地址却是用网卡的物理地址,保存在网卡的eprom里面,与硬件有关系,比较难于记忆,长度为6个字节。虽然在tcp/ip网络中,计算机往往需要设置ip地址后才能通讯,然而,实际上计算机之间的通讯并不是通过ip地址,而是借助于网卡的mac地址。ip地址只是被用于查询欲通讯的目的计......
    摘要:1.对于catalyst 2900/3500xl系列来说:拔下交换机的电源线,然后按住交换机的mode按钮,再重新插上交换机的电源线.直到端口port 1x的led熄灭之后释放mode按钮.2.对于catalyst 2940/2950l系列来说:拔下交换机的电源线,然后按住交换机的mode按钮,再重新插上交换机的电源线.直到stat的led熄灭之后释放mode按钮. 3.对于catalyst 29......


RIP and OSPF Redistribution

rip and ospf redistribution 

table 14-1: rip network address assignments network number subnets subnet masks 130.10.0.0 site a: 8 through 15 255.255.255.0 130.10.0.0 site b: 16 through 23 255.255.255.0 130.10.0.0 site c: 24 through 31 255.255.255.0 130.10.0.0 serial backbone: 62 through 64 255.255.255.0configuration file examples 【程序编程相关:两台思科路由器互相升级IOS过程

table 14-1 lists the network address assignments for the rip network, including the network number, subnet range, and subnet masks. all interfaces indicate network 130.10.0.0; however, the specific address includes the subnet and subnet mask. for example, serial interface 0 on router c has an ip address of 130.10.63.3 with a subnet mask of 255.255.255.0. 【推荐阅读:如何快速的配置Cisco PIX Fir

interface serial 0 【扩展信息:交换机升级排障实例

the following commands in the configuration file for router a determine the ip address for each interface and enable rip on those interfaces:

ip address 130.10.62.1 255.255.255.0

interface serial 1

ip address 130.10.63.1 255.255.255.0

interface ethernet 0

ip address 130.10.8.1 255.255.255.0

interface tokenring 0

ip address 130.10.9.1 255.255.255.0

router rip

network 130.10.0.0

the following commands in the configuration file for router b determine the ip address for each interface and enable rip on those interfaces:

interface serial 0

ip address 130.10.62.2 255.255.255.0

interface serial 1

ip address 130.10.64.2 255.255.255.0

interface ethernet 0

ip address 130.10.17.2 255.255.255.0

interface tokenring 0

ip address 130.10.16.2 255.255.255.0

router rip

network 130.10.0.0

the following commands in the configuration file for router c determine the ip address for each interface and enable rip on those interfaces:

interface serial 0

ip address 130.10.63.3 255.255.255.0


...   下一页
    摘要:2600与3600系列路由器的升级实例也适用于下文所列的路由器平台。cisco ios软件文件名可能会根据cisco ios软件版本、功能设定以及平台等情况而发生变化。本文说明的是以下cisco系列路由器: cisco 1000系列路由器 cisco 1400系列路由器 cisco 1600 - r系列路由器 cisco 1700系列路由器 cisco 2600系列路由器 cis......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE