Difference between revisions of "B&O"

From Teknologisk videncenter
Jump to: navigation, search
m (Andet)
Line 305: Line 305:
 
Configure Password:
 
Configure Password:
 
<source lang="cli">
 
<source lang="cli">
Router#conf t
+
Router#<input>conf t</input>
Router(config)#enable secret MyNewPassword
+
Router(config)#<input>enable secret MyNewPassword</input>
Router(config)#line vty 0 4
+
Router(config)#<input>line vty 0 4</input>
Router(config-line)#password MyNewPassword
+
Router(config-line)#<input>password MyNewPassword</input>
Router(config-line)#login
+
Router(config-line)#<input>login</input>
Router(config-line)#line console 0
+
Router(config-line)#<input>line console 0</input>
Router(config-line)#password MyNewPassword
+
Router(config-line)#<input>password MyNewPassword</input>
Router(config-line)#login
+
Router(config-line)#<input>login</input>
Router(config-line)#end
+
Router(config-line)#<input>end</input>
Router#wr
+
Router#<input>wr</input>
 
</source>
 
</source>
  
Line 320: Line 320:
  
 
<source lang="cli">
 
<source lang="cli">
Router#conf t
+
Router#<input>conf t</input>
Router(config)#banner motd Q
+
Router(config)#<input>banner motd Q</input>
 
Enter TEXT message.  End with the character 'Q'.
 
Enter TEXT message.  End with the character 'Q'.
######                          #####      #######
+
<input>######                          #####      #######
 
#    #  ##  #    #  ####    #    #    #    # #      #    # ######  ####  ###### #    #
 
#    #  ##  #    #  ####    #    #    #    # #      #    # ######  ####  ###### #    #
 
#    #  #  #  ##  # #    #    #    #    #    # #      #    # #      #      #      ##  #
 
#    #  #  #  ##  # #    #    #    #    #    # #      #    # #      #      #      ##  #
Line 335: Line 335:
 
                       * Access for Authorized personal only *
 
                       * Access for Authorized personal only *
 
                       ***************************************
 
                       ***************************************
Q
+
Q</input>
Router(config)#end
+
Router(config)#<input>end</input>
Router#wr
+
Router#<input>wr</input>
 
</source>
 
</source>
  
 
Disable Domain lookup:
 
Disable Domain lookup:
 
<source lang="cli">
 
<source lang="cli">
Router#conf t
+
Router#<input>conf t</input>
Router(config)#no ip domain-lookup
+
Router(config)#<input>no ip domain-lookup</input>
Router(config)#end
+
Router(config)#<input>end</input>
Router#wr
+
Router#<input>wr</input>
 
</source>
 
</source>
  

Revision as of 19:15, 15 July 2010

Dette vil blive brugt af studie grupper på B&O

CCNP

Her vil der være forskellige ccnp relaterede emner

BGP

see also BGP

ISIS

see also IS-IS

EIGRP

see also EIGRP

OSPF

see also OSPF

QoS

DSCP Binary Decimal TOS HEX
Default 000000 0 0 0x0
CS1 001000 8 32 0x20
AF11 001010 10 40 0x28
AF12 001100 2 48 0x30
AF13 001110 14 56 0x38
CS2 010000 16 64 0x40
AF21 010010 18 72 0x48
AF22 010100 20 80 0x50
AF23 010110 22 88 0x58
CS3 011000 24 96 0x60
AF31 011010 26 104 0x68
AF32 011100 28 112 0x70
AF33 011110 30 120 0x78
CS4 100000 32 128 0x80
AF41 100010 34 136 0x88
AF42 100100 36 144 0x90
AF43 100110 38 152 0x98
CS5 101000 40 160 0xA0
EF 101110 46 184 0xB8
CS6 110000 48 192 0xC0
CS7 111000 56 224 0xE0


EF (101 110)
PHB High Drop Medium drop Low Drop
AF4 11 10 01
AF3 11 10 01
AF2 11 10 01
AF1 11 10 01
Best Effort (000 000)



LFI

1 Bytes 64 Bytes 128 Bytes 256 Bytes 512 Bytes 1024 Bytes 1500 Bytes
56 kbps 143 us 9 ms 18 ms 36 ms 72 ms 144 ms 214 ms
64 kbps 125 us 8 ms 16 ms 32 ms 64 ms 128 ms 187 ms
128 kbps 62,5 us 4 ms 8 ms 16 ms 32 ms 64 ms 93 ms
256 kbps 31 us 2 ms 4 ms 8 ms 16 ms 32 ms 46 ms
512 kbps 15,5 us 1 ms 2 ms 4 ms 8 ms 16 ms 23 ms
768 kbps 10 us 640 us 1.28 ms 2.56 ms 5.1 ms 10.2 ms 15 ms
1536 kbps 5 us 320 us 640 us 1.28 ms 2.56 ms 5.12 ms 7.5 ms



CCNA

Her vil der være forskellige ccna relaterede emner

Spanning Tree

see also Spanning Tree

DHCP

see also DHCP



Øvelser

Andet

Configure Password:

Router#<input>conf t</input>
Router(config)#<input>enable secret MyNewPassword</input>
Router(config)#<input>line vty 0 4</input>
Router(config-line)#<input>password MyNewPassword</input>
Router(config-line)#<input>login</input>
Router(config-line)#<input>line console 0</input>
Router(config-line)#<input>password MyNewPassword</input>
Router(config-line)#<input>login</input>
Router(config-line)#<input>end</input>
Router#<input>wr</input>

Change Banner:

Router#<input>conf t</input>
Router(config)#<input>banner motd Q</input>
Enter TEXT message.  End with the character 'Q'.
<input>######                           #####      #######
#     #   ##   #    #  ####     #     #     #     # #      #    # ######  ####  ###### #    #
#     #  #  #  ##   # #    #    #     #     #     # #      #    # #      #      #      ##   #
######  #    # # #  # #         # ### # #   #     # #      #    # #####   ####  #####  # #  #
#     # ###### #  # # #  ###    #     ##    #     # #      #    # #           # #      #  # #
#     # #    # #   ## #    #    #     ##    #     # #      #    # #      #    # #      #   ##
######  #    # #    #  ####      #####   #  ####### ######  ####  #       ####  ###### #    #


                      ***************************************
                      * Access for Authorized personal only *
                      ***************************************
Q</input>
Router(config)#<input>end</input>
Router#<input>wr</input>

Disable Domain lookup:

Router#<input>conf t</input>
Router(config)#<input>no ip domain-lookup</input>
Router(config)#<input>end</input>
Router#<input>wr</input>


Kenni & Peder & Jonas