I am trying to access a machine that is plugged into Port 6 of my 300C (5.0.7) from a Lan Aggregate port setup. For the life of me I cannot figure out why it isn' t working. I have the policy to allow traffic from the Lann Agg to Port 6, and a policy route so the traffic know where to go. When I try to connect nothing happens and the debug flow looks like this:
ADFG16 # id=13 trace_id=468 msg=" vd-root received a packet(proto=17, 10.1.10.106:138->10.1.10.255:138) from port6."
id=13 trace_id=468 msg=" allocate a new session-016914b0"
id=13 trace_id=468 msg=" find a route: gw-10.1.10.255 via root"
id=13 trace_id=468 msg=" iprope_in_check() check failed, drop"
id=13 trace_id=469 msg=" vd-root received a packet(proto=1, 192.168.0.241:2->10.1.10.106:8) from LAN_Aggr."
id=13 trace_id=469 msg=" allocate a new session-01691627"
id=13 trace_id=469 msg=" Match policy routing: to 10.1.10.1 via ifindex-5"
id=13 trace_id=469 msg=" find a route: gw-10.1.10.1 via root"
id=13 trace_id=469 msg=" iprope_in_check() check failed, drop"
id=13 trace_id=470 msg=" vd-root received a packet(proto=1, 192.168.0.241:2->10.1.10.106:8) from LAN_Aggr."
id=13 trace_id=470 msg=" allocate a new session-016916d1"
id=13 trace_id=470 msg=" Match policy routing: to 10.1.10.1 via ifindex-5"
id=13 trace_id=470 msg=" find a route: gw-10.1.10.1 via root"
id=13 trace_id=470 msg=" iprope_in_check() check failed, drop"
id=13 trace_id=471 msg=" vd-root received a packet(proto=1, 192.168.0.241:2->10.1.10.106:8) from LAN_Aggr."
id=13 trace_id=471 msg=" allocate a new session-01691730"
id=13 trace_id=471 msg=" Match policy routing: to 10.1.10.1 via ifindex-5"
id=13 trace_id=471 msg=" find a route: gw-10.1.10.1 via root"
id=13 trace_id=471 msg=" iprope_in_check() check failed, drop"
id=13 trace_id=472 msg=" vd-root received a packet(proto=1, 192.168.0.241:2->10.1.10.106:8) from LAN_Aggr."
id=13 trace_id=472 msg=" allocate a new session-016917f6"
id=13 trace_id=472 msg=" Match policy routing: to 10.1.10.1 via ifindex-5"
id=13 trace_id=472 msg=" find a route: gw-10.1.10.1 via root"
id=13 trace_id=472 msg=" iprope_in_check() check failed, drop"
id=13 trace_id=473 msg=" vd-root received a packet(proto=6, 192.168.0.241:53396->10.1.10.106:3389) from LAN_Aggr."
id=13 trace_id=473 msg=" allocate a new session-01692af5"
id=13 trace_id=473 msg=" Match policy routing: to 10.1.10.1 via ifindex-5"
id=13 trace_id=473 msg=" find a route: gw-10.1.10.1 via root"
id=13 trace_id=473 msg=" iprope_in_check() check failed, drop"
id=13 trace_id=474 msg=" vd-root received a packet(proto=6, 192.168.0.241:53396->10.1.10.106:3389) from LAN_Aggr."
id=13 trace_id=474 msg=" allocate a new session-01692b61"
id=13 trace_id=474 msg=" Match policy routing: to 10.1.10.1 via ifindex-5"
id=13 trace_id=474 msg=" find a route: gw-10.1.10.1 via root"
id=13 trace_id=474 msg=" iprope_in_check() check failed, drop"
id=13 trace_id=475 msg=" vd-root received a packet(proto=6, 192.168.0.241:53396->10.1.10.106:3389) from LAN_Aggr."
id=13 trace_id=475 msg=" allocate a new session-01692c01"
id=13 trace_id=475 msg=" Match policy routing: to 10.1.10.1 via ifindex-5"
id=13 trace_id=475 msg=" find a route: gw-10.1.10.1 via root"
id=13 trace_id=475 msg=" iprope_in_check() check failed, drop"
This is got to be something simple, but after hours of staring I' m just going cross-eyed.
----------------(--
Jeff