Archive for July, 2009
Frame-Relay Local Switching
Consider the topology below.
CE1 and CE2 connect to PE1 using frame-relay. Pe1 switches CE1 traffic to CE2 and vice versa transparently.
Watch the video below or download and watch it on your ipod.
L2TPv3 – Intro
Table of content
Intro
Configurable components of L2TPv3 are :
xconnect
Pseudowire-class
encapsulation
ip local interface interface
protocol {l2tpv3|none} [l2tp-class-name]
sequencing {transmit | receive both}
ip dfbit set
ip pmtu
ip tos
ip ttl value
ip protocol {l2tp|uti} -
l2tp-class
cookie size [4|8] [size]
timeout setup
authentication
hostname
password
hidden
hello
Intro Top
You can configure L2TPv3 in 3 Modes.
Manual Mode
Manual Mode with Keep Alive
Dynamic Mode
Manual Mode is where you manually specify the [...]
RMON and SNMP Objects
There are 4 items you need to understand to tackle any RMON questions.
they are:-
RFC 1213
OLD-CISCO-CPU-MIB
OLD-CISCO-SYS-MIB
CISCO-PROCESS-MIB
Lets begin with RFC1213
Lets take the ifEntry object in RFC1213 as an example. ifEntry contains the following objects.
ifIndex { ifEntry 1 }
ifDescr { ifEntry 2 }
ifType { ifEntry 3 }
ifMtu { ifEntry 4 }
ifSpeed { ifEntry 5 }
ifPhysAddress { ifEntry [...]

