Soldato
Greetings, ive had a sample config from our MPLS provider explaining how Internet and MPLS can be put down the same pipe.
The scenario uses both a Cisco 3825 ISR with a HWIC-4ESW card installed and an ASA 5510.
Ive been informed that the link to the MPLS will be an 802.1q trunk carrying both internet traffic and MPLS traffic destined for internal use.
This is the config ive been given.
This is also the brief ive been given with the example.
The customer has an existing MPLS connection at their head office.
The Internet circuit will be provided by re-configuring the MPLS circuit as a dot1Q trunk carrying a data VLAN and an Internet VLAN. The Internet VLAN will be bridged across the router and will be terminated on the outside VLAN.
The data VLAN will terminate on the CPE router.
The /29 network between the firewalls and the Thus Inside Edge router is public address space and the firewalls will provide the routing to the Internet for **** ******** ******.
The two switches belong to the customer and they will deal with all aspects of routing between the Inside LAN, the data network and the Internet. The CPE will originate and advertise a default route in BGP so that other sites can access the Internet via the main
Policing will be configured on Interfaces G1 and G0/0.20 to the to limit the Internet traffic to 10Mb.
I understand how traffic will be bridged on the router but cant see how traffic bound to the internet will pass through the firewall and back out of the router. Will i be required to trunk to the firewall or a switch then back to the router?
Any help would be appreciated.
The scenario uses both a Cisco 3825 ISR with a HWIC-4ESW card installed and an ASA 5510.
Ive been informed that the link to the MPLS will be an 802.1q trunk carrying both internet traffic and MPLS traffic destined for internal use.
This is the config ive been given.
Code:
bridge irb
!
!
interface GigabitEthernet0/0
description
ip address 10.254.5.70 255.255.255.248
duplex full
speed 100
media-type rj45
no cdp enable
!
interface GigabitEthernet0/1
description Firewall_Outside_LAN
bridge-group 1
duplex full
speed 100
traffic-shape rate 10000000 250000 250000 1000
!
interface GigabitEthernet0/0/0
To Thus MPLS Primary Interface
!
interface GigabitEthernet0/0/0.10
description Link to Thus encapsulation dot1Q 10
ip address 10.254.5.0255.255.255.252
!
interface GigabitEthernet0/0/0.20
description Link to Internet
encapsulation dot1Q 20
bridge-group 1
traffic-shape rate 10000000 250000 250000 1000
!
router bgp 64721
bgp log-neighbor-changes
neighbor 10.254.5.10 remote-as 2529
neighbor 10.254.5.10 default-originate
!
bridge 1 protocol ieee
This is also the brief ive been given with the example.
The customer has an existing MPLS connection at their head office.
The Internet circuit will be provided by re-configuring the MPLS circuit as a dot1Q trunk carrying a data VLAN and an Internet VLAN. The Internet VLAN will be bridged across the router and will be terminated on the outside VLAN.
The data VLAN will terminate on the CPE router.
The /29 network between the firewalls and the Thus Inside Edge router is public address space and the firewalls will provide the routing to the Internet for **** ******** ******.
The two switches belong to the customer and they will deal with all aspects of routing between the Inside LAN, the data network and the Internet. The CPE will originate and advertise a default route in BGP so that other sites can access the Internet via the main
Policing will be configured on Interfaces G1 and G0/0.20 to the to limit the Internet traffic to 10Mb.
I understand how traffic will be bridged on the router but cant see how traffic bound to the internet will pass through the firewall and back out of the router. Will i be required to trunk to the firewall or a switch then back to the router?
Any help would be appreciated.