Sat Jul 17, 2010 12:09 am
Just configure the vlan in the ether1 on both routers, and add a bridge and put the vlan85 and the ether2 (PC) in the bridge.
interface vlan add name vlan85 vlan-id=85 interface=ether1 disable=no
add bridge name=bridge85
(Trunking vlans-interface)
interface bridge port add bridge=bridge85 interface=vlan85
interface bridge port add bridge=bridge85 interface=ether2