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.
We are running 12.3.5 IOS on the majority of our routers and MPLS with three different networks or VRF's in the core. At an edge site, we have two of the three defined (the globabl routing table and another VRF called lgnet.) It is running 12.3.5. ...
My question is this: I have a 2621 router and one FE port is part of the global routing table and the other is in a VRF called LGNET. There exists a client on the interface that is part of the global routing table that needs to communicate with ano...
something like this?
class-map match-any voipmatch dscp ef match dscp cs5 class-map match-any pdatamatch dscp af21 match dscp cs2 match access-group name NMSclass-map match-any controlmatch dscp af31 match dscp cs3 class-map match-any videomatch ...
for the 2921 specific. I don't think it would be much different for a 2911. make sure ip cef is turned on. global commandsip flow-cache timeout active 1ip flow-export source Loopback(x) (create this-routable IP)ip flow-export version 5ip flow-expor...
configure one of your switch ports as an access port for vlanxxx, then configure an SVI interface vlanxxx.
interface g0/1/0
switchport mode access
switchport access vlan100
interface vlan100
ip address 10.1.1.1 255.255.255.0