§
配置路由器以太网接口
Ø
Router(
config
)#interface
FastEthernet
0/0
Ø
Router(
config
-if)#
ip
address
ip_address
netmask
Ø
Router(
config
-if)#no shutdown
( 接口默认被禁用。要启用接口,请在接口配置模式下输入 no shutdown 命令 。 )
( 接口默认被禁用。要启用接口,请在接口配置模式下输入 no shutdown 命令 。 )
§
配置路由器串行接口
Ø
Router(
config
)#interface
Serial 0/0/0
Ø
Router(
config
-if)#
ip
address
ip_address
netmask
Ø
Router(
config
-if)#clock rate
56000
( 在直接互连的串行链路上 ,例如在我们的实验环境中,其中一端必须作为 DCE 提供时钟信号 。 )
( 在直接互连的串行链路上 ,例如在我们的实验环境中,其中一端必须作为 DCE 提供时钟信号 。 )
Ø
Router(
config
-if)#no shutdown
§
交换机上的物理接口没有
IP
地址。
§
交换机的地址被分配给称为
虚拟局域网
接口
(VLAN)
的虚拟接口
。