Clasified in Notes of Other subjects of Other Classes.
Written at June 10, 2009 on
English with a size of 1,000 bytes.
Clasified in Notes of Other subjects of Other Classes.
Written at June 14, 2009 on
English with a size of 670 bytes.
Clasified in Homeworks of Other subjects of Other Classes.
Written at November 16, 2009 on
English with a size of 290,115 bytes.
Clasified in Notes of Other subjects of Other Classes.
Written at June 11, 2009 on
English with a size of 586 bytes.
Clasified in Notes of Other subjects of Other Classes.
Written at August 28, 2009 on
English with a size of 922 bytes.
Clasified in Notes of Other subjects of Other Classes.
Written at June 01, 2010 on
English with a size of 793 bytes.
on the one hand, schol uniform is a good idae . you dont have think about what to wear in the morning so you cab det ready quickly and easily.Also,it doesnt matter if you havent got very fashionable clothes to wear as everyone ir wearing the same thing.
On theother hand, some people think that scchol uniform is a bad idea.it can be very expensive than casual clothes.Also,all rhe students at a schoool look the same .Yo cant be individual or fashionable ,or express your own senseos style throroung your clothes.
In conclusion I think
I think so creo que sí I don't think so creo que no |
also tambien
about: acerca de,sobre
much more=mas
Clasified in Notes of Other subjects of Other Classes.
Written at June 09, 2010 on
English with a size of 816 bytes.
Clasified in Notes of Other subjects of Other Classes.
Written at April 19, 2010 on
English with a size of 3,597 bytes.
Clasified in Notes of Other subjects of Other Classes.
Written at April 22, 2010 on
English with a size of 945 bytes.
Clasified in Notes of Other subjects of Other Classes.
Written at May 03, 2010 on
English with a size of 798 bytes.
Nombre RT
RT(config)#hostname ROUTER1
Enrrutar Ip estatica
RT#ip route 0.0.0.0 0.0.0.0 s0/0/0
estados de interfaz
RT# show ip interface brief
tabla de enrrutamiento
RT# show ip route
Ejemplo1
RT>enable
RT#conf t
RT(config)#enable password cisco
RT(config)#line vty 0 4
RT(config-line)#password cisco
Ejemplo2
RT>enable
RT#conf t
RT(config)#interface fastethernet 0/0
RT(config-if)#ip address 0.0.0.0 0.0.0.0
RT(config-if)#no shutdown
RT(config-if)#exit
RT(config)#interface serial 0/0/0
RT(config-if)#ip address 0.0.0.0 0.0.0.0
RT(config-if)#clock rate 500000
RT(config-if)#no shutdown
RT(config-if)#exit