Monday, July 21, 2008
RIP Advertisements
Tuesday, July 15, 2008
Private VLAN
- VTP doesn't propagate private VLAN information (transparent mode required)
- VLAN database mode is NOT supported
- Only the primary VLAN runs spanning-tree (community and isolated VLANs don't run their own STP instance)
- Strictly used for L2 filtering - L3 communication b/n hosts may still be possible
vlan 2
private-vlan primary
private-vlan association 4
vlan 4
private-vlan isolated
int fa0/1
switchport private-vlan host-association 2 4
switchport mode private-vlan host
int fa0/2
switchport private-vlan mapping 2 4
switchport mode private-vlan promiscuous
int fa0/3
switchport private-vlan host-association 2 4
switchport mode private-vlan host
Monday, April 28, 2008
Split Horizon in EIGRP
ccie(config-if)#no ip split-horizon eigrp 100
Sunday, April 13, 2008
RIP Triggered
- Only send information on link when there is a change in routing database
- Periodic updates are suppressed
- Command ('ip rip triggered') is required on both sides of the link
- Must be a point-to-point link
OSPF Demand Circuit
- No periodic heartbeat keepalives (hellos)
- 'Do not age' flag is set on all LSAs so the paranoid 30 min timer doesn't expire
- Updates will only be sent when there is a change in the OSPF topology
- Must be a point-to-point link for OSPF
- Command is only needed on one side
Tuesday, March 18, 2008
Calculating Burst
norm-burst = cir / 8 (to convert to bytes) * 1.5
max-burst = cir / 8 (to convert to bytes) * 2
Monday, March 3, 2008
4 Ways to Derive L3-to-L2 Mappings in Frame Relay
- Inverse-Arp
- Frame-Relay Map cmd
- Point-to-Point interface
- PPPoFR
WRED in MQC Conditions
1. There must be a bandwidth reservation statement within a class
OR
2. The default-class must be running weighted fair queueing
Consequently, you may have to use the match not command to isolate the traffic you want (match not protocol ftp - move it to NON_ClassDefault and then FTP will be only thing remaining in class-default) and then enable fair-queue and random-detect in class-default.
Refer to IE Lab 6 Task 7.2
4 Ways to Originate BGP Prefixes
There are four ways to originate BGP prefixes:
- Redistribute static route
- Network command
- Aggregate-address command
- Inject-map
Sunday, March 2, 2008
Methods of Filtering Updates
Any of the following methods will allow you to filter routes:
- Distribute List
- Offset List
- Distance command
Stub Area Gotcha
Extended VLANs Reminder
Tuesday, February 26, 2008
Reflexive ACLs Limitation
Tuesday, February 19, 2008
Useful Grep #1
Rack1R6#sh int ! i is up!Internet
Ethernet0/0 is up, line protocol is up
Internet address is 141.1.36.6/24
Ethernet0/1 is up, line protocol is up
Internet address is 141.1.6.6/24
Serial1/0 is up, line protocol is up
Internet address is 54.1.1.6/24
Loopback0 is up, line protocol is up
Internet address is 150.1.6.6/24
OSPF - No Virtual Link across Stub Area
Monday, February 18, 2008
RIP - enabling unicast-only updates
Sunday, February 17, 2008
Configuring FRTS disables fair queueing
Wednesday, February 13, 2008
Passive Interface
The network statement does three things. First off the network statement advertises the networks configured on the interfaces that the network statement encompasses. These could be one or more networks. Secondly it enables the sending of updates or hellos, depending on the routing protocol used, outbound on the interface/interfaces. Lastly it allows updates or hellos to be received and processed inbound on the interface/interfaces.
The passive interface stops only one of these steps and that is the second step. It does not stop the advertisement of the network by the protocol or stop the receiving of inbound updates or hellos. Of course with any protocol that uses hellos that protocol will require a neighbor relationship to be formed before updates can be sent/received. (From B.D.)


