Affichage des articles dont le libellé est Tips. Afficher tous les articles
Affichage des articles dont le libellé est Tips. Afficher tous les articles

vendredi 23 avril 2010

Ping Macro & Tcl

For IOS, use tcl to script ping

tclsh
foreach address {
164.1.1.1
164.2.2.2
} { ping $address
}


For Catalyst

macro name PINGALL
do ping 164.1.1.1
do ping 164.2.2.2
@
macro global apply PINGALL

mardi 29 septembre 2009

Protocols Overhead

Ethernet : 38 bytes
Ethernet + 802.1q : 42 bytes

IPv4 : 20 bytes
IPv6 : 40 bytes

TCP : 20 bytes
Tcp timestamps : +12 bytes

UDP : 8 bytes

MPLS : 4 octets

vendredi 14 août 2009

Non-Cisco SFP

Maybe you tried in vain to put non-cisco (Finisar,...) SFP inside a Catalyst.
2 Magical commands to accept it :

service unsupported-transceiver
errdisable detect cause gbic-invalid


Thats-all