Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,Are you sure you want do it?Maybe "route leaking" is what you need.http://www.cisco.com/en/US/tech/tk436/tk832/technologies_configuration_example09186a0080231a3e.shtmlRegards,Mirco.
My points are finalized to exam pass.1) No difference from sender point of view (packet is silently discarded)2) Match criteria:- with acl you have Layer3 (src ip address also) + Layer4 match criteria- with Null0 you can discard based on destination ...
If you have a "good" switch on lan, use dot1q between router and switch and play with 2 vlan.interface FastEthernet0/0 ip address 172.25.103.251 255.255.252.0 ip helper-address 148.164.234.152interface FastEthernet0/0.2 encapsulation dot1Q 2 ip ...
Hi,I don't know if you are using ppp with radius authentications over DSL connections. If you are in this scenario, you can put a Virtual-access into a vrf using Cisco-AVPair in radius cfg.This is an example of radius user definition: Auth-Type = ...
Hi Jonas,ok, your target is mantain a clean config of customer vrf. To obtain that you have to use many export statements in central vrf, as many spoke vrf you have (in the same ISP address space).PE1#ip vrf x router-target both 65000:xRR#ip vrf A ...