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.
I have BGP peering with carrier. I would like to only accept routes from the carrier that I am interested in.My Router : 128.100.1.1router bgp 64514 no synchronization bgp log-neighbor-changes neighbor 10.10.10.2 remote-as 64514 neighbor 10.10.10.2 n...
HiI have enabled an EIGRP peering between Nexus 7706 and Cat 6509.The peering came up ok and routes are being advertised. I am not too sure about the route-map settings.Below is my configuration on the 7706ip access-list EIGRProutes 10 permit ip 10....
Hi AllI have a 4510R+E with 4 48 PoE switch port line cards and 2 supp engine.In an event of a power failure. Is there a command that I can shut down lower priority line card to save power on the UPS?From the output below, I have lost PS1-2 and PS2-2...
I currently have etherchannel configured to 2x 10g ports.Cat_6509#sh run int ten8/1Building configuration...Current configuration : 156 bytes!interface TenGigabitEthernet8/1 switchport switchport mode trunk channel-group 42 mode desirableendCat_6509#...
Hi AllEquipment: WS-C3750X-24T-SIOS: c3750e-universalk9-mz.152-1.E.binI am trying to setup iptv on a simple network but I am having issues with.Have attached my config!My server is connected to port 9 and a stb connected to port 10.My stb interface i...
ip access-list EIGRProutes 10 permit ip 10.10.2.0/24 any 20 permit ip 10.10.12.0/24 any 99 deny ip any any !route-map EIGRProutes permit 10 match ip address EIGRProutes !router eigrp OP6kPEER autonomous-system 200 redistribute direct route-ma...
Hi RezaI have only permitted 10.10.2.x and 10.10.12.x in my access-list I can post the config tomorrow. I have also tried to add a deny statement at the end deny any any but it didn't work.Thanks