This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Data & Internet line on same link with different Vlan Tag

Hi,

we have  UTM 220 version 9.205
we stuck in one issue, they have one connection for internet and data-Link (BGP link) [for VPN to all branches] on the same Ethernet with different VLAN tag. 
external IP (Eth1): 212.10.10.10 /30 VLAN Tag 1186 gateway 212.10.10.11 additional IP (Eth1) : 10.65.12.242 VLAN Tah 1187 

if i configure VLAN Tag 1186 at Eth1 interface internet is working perfect but no VPN
if go with 1187 at Eth1 interface then can reach 10.65.12.241 but not to any of the VPN router  
now we need both to be work is there any possible way to achieve this.


Interface configuration at cisco
interface gigabitehternet0/0.1186
ip address 212.10.10.10 255.255.255.252

interface gigabitehternet0/0.1187
ip address 10.65.12.242 255.255.255.252

thanks


BGP config at Cisco router which replaced with UTM

router bgp 64525
bgp log-neighbor-changes
network 192.168.1.0
network 192.168.20.0
redistribute static
neighbor 10.65.312.241 remote-as 48695
default-information origine.


This thread was automatically locked due to age.
Parents Reply Children
  • Hi All,

    thanks for every one who replied...

    as the its single link with internet and Data with different VLAN Tag 

    1st interface (VLAN 10 on eth2):
     

    2nd interface (VLAN 20 on eth2)
     

    as show in the attached snap shot.

    but now i need some assitance with BGP at Sophos (i shared info at my first post)
  • thank God , everything is ok now except..

    no issue with BGP  connection  from HO to Any Branch..

    but branch can't reach HO, actually branches use internet from HO but the traffic to UTM from LAN getting drop at BGP Router at branch side itself..

    unable to understand what causing the traffic drop at branch router?