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
  • Can you post Config from Interfaces on UTM?
    Post also Show ip bgp neighbor and Show ip bgp summary from advanced tab

    You should check also Default Originate checkbox in neighbor configuration. Check also static routes on old cisco router because there were static routes redistributed configured and if these routes are important, it would not work as before migration. Do you have access to router which is your bgp peer? If yes post also his  interface and bgp configuration.
Reply
  • Can you post Config from Interfaces on UTM?
    Post also Show ip bgp neighbor and Show ip bgp summary from advanced tab

    You should check also Default Originate checkbox in neighbor configuration. Check also static routes on old cisco router because there were static routes redistributed configured and if these routes are important, it would not work as before migration. Do you have access to router which is your bgp peer? If yes post also his  interface and bgp configuration.
Children
No Data