коммутатор Cisco-4506
Как организовать IP маршрутизацию между двумя сетями одного VLAN
Работаем на сети xx.xx.xx.xx, переходим на уу.уу.уу.уу, необходимо одновременно поддерживать две сети,как реализовать маршрутизацию между ними на коммутаторе Cisco 4506Cat4506#sh conf
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
service compress-config
hostname Cat4506
no logging console
no aaa new-model
clock timezone msk 4
clock calendar-valid
vtp mode transparent
ip subnet-zero
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
power redundancy-mode redundant
vlan internal allocation policy ascending
interface GigabitEthernet1/1
interface GigabitEthernet6/48
interface Vlan1
ip address yy.yy.yy.y1 255.255.255.0 secondary
ip address xx.xx.xx.x1 255.255.255.0
no ip redirects
sh ip route
xx.xx.0.0/24 is subnetted, 2 subnets
C xx.xx.xx.0 is directly connected, Vlan1
yy.0.0.0/24 is subnetted, 1 subnets
C yy.yy.yy.0 is directly connected, Vlan1
в ARP hosts сетей xx и yy видны, маршрутизация не работает, что делаю не так