以路由口e0/0/4地址為192.168.0.1,三層交換上聯口e0/0/1地址192.168.0.2,區域網內三個網段落10.10.1.0/24、10.10.2.0/24、10.10.3.0/24,閘道器分別為10.10.1.1、10.10.2.1、10.10.3.1為例。1、三層交換配置:#vlan batch 10 100 to 103#interface vlanif 10 ip address 192.168.1.2 255.255.255.0#interface vlanif 100 ip address 10.10.1.1 255.255.255.0#interface vlanif 101 ip address 10.10.2.1 255.255.255.0#interface vlanif 101 ip address 10.10.3.1 255.255.255.0#interface ethernet 0/0/1 port link-type access port access vlan 10#ip route 0.0.0.0 0.0.0.0 192.168.0.12、路由配置:#vlan 10#interface vlanif 10 ip address 192.168.0.1 255.255.255.0#interface ethernet 0/0/4 port link-type access port access vlan 10#ip route 10.10.0.0 255.255.0.0 192.168.0.23、說明 三層交換機與路由連線,兩裝置都要配置一條路由(ip route命令),互相指定下一跳,不然三層交換下接的區域網是不通的。
以路由口e0/0/4地址為192.168.0.1,三層交換上聯口e0/0/1地址192.168.0.2,區域網內三個網段落10.10.1.0/24、10.10.2.0/24、10.10.3.0/24,閘道器分別為10.10.1.1、10.10.2.1、10.10.3.1為例。1、三層交換配置:#vlan batch 10 100 to 103#interface vlanif 10 ip address 192.168.1.2 255.255.255.0#interface vlanif 100 ip address 10.10.1.1 255.255.255.0#interface vlanif 101 ip address 10.10.2.1 255.255.255.0#interface vlanif 101 ip address 10.10.3.1 255.255.255.0#interface ethernet 0/0/1 port link-type access port access vlan 10#ip route 0.0.0.0 0.0.0.0 192.168.0.12、路由配置:#vlan 10#interface vlanif 10 ip address 192.168.0.1 255.255.255.0#interface ethernet 0/0/4 port link-type access port access vlan 10#ip route 10.10.0.0 255.255.0.0 192.168.0.23、說明 三層交換機與路由連線,兩裝置都要配置一條路由(ip route命令),互相指定下一跳,不然三層交換下接的區域網是不通的。