编辑: 飞鸟 2015-12-22

1 |

2 } ] [ tag tag-value ] [ route-map map-tag ] redistribute static [ metric metric-value ] redistribute static [ subnets ] [ metric metric-value ] [ metric-type {

1 |

2 } ] [ tag tag-value ] [ route-map map-tag ] default-information originate [ route-map route-map-name ]default-information originate [ always ] [ metric metric-value ] [ metric-type type-value ] [ route-map map-name ] 重分发直连路由、静态路由和默认路由示例 课程议题 三层交换机的路由配置 三层交换的路由功能 三层交换机默认开启路由功能Switch(config)#ip routing (开启三层交换机路由功能)三层交换机配置路由接口的两种方法开启三层交换机物理接口的路由功能Switch(config)#interface fastethernet 0/5Switch(config-if)#no switchportSwitch(config-if)#ip address 192.168.1.1 255.255.255.0Switch(config-if)#no shutdown关闭物理接口路由功能Switch(config-if)# switchport采用SVI方式(switch virtual interface)Switch(config)#interface vlan 10Switch(config-if)#ip address 192.168.1.1.255 255.255.0Switch(config-if)#no shutdown 三层交换机和路由器相连的网络 方法一(SVI):Switch(config)#interface f0/10Switch(config-if)#switchport access vlan 10Switch(config-if)#exitSwitch(config)#interface vlan 10switch(config-if)#ip address 192.168.10.1 255.255.255.0Switch(config-if)#no shutdown F0/10 F1/0 三层交换机和路由器相连的网络(续) F0/10 F1/0 方法二(路由接口):Switch(config)#interface f0/10Switch(config-if)#no switchportSwitch(config-if)#ip address 192.168.10.1 255.255.255.0Switch(config-if)#no shutdown 三层交换机路由协议的配置 静态路由Switch(config)#ip route x.x.x.x x.x.x.x [x.x.x.x/interface]RIPSwitch(config)#router rip Switch(config-router)#network X.X.X.X Switch(config-router)#version 2注:三层交换机不支持no auto-summaryOSPFSwitch(config)#router ospfSwitch(config)#network X.X.X.X X.X.X.X area x 查看三层交换机路由配置 查看路由接口信息Switch#show ip interface查看路由表Switch#show ip route查看动态路由协议Switch#show ip ripSwitch#show ip ospf 课程回顾 VRRP协议RIP路由协议OSPF路由协议路由重分发三层交换实现路由功能

下载(注:源文件不在本站服务器,都将跳转到源网站下载)
备用下载
发帖评论
相关话题
发布一个新话题