Changes between Version 27 and Version 28 of Cnbp2019/Agenda/NetworkSetup


Ignore:
Timestamp:
Mar 10, 2019, 2:30:57 PM (5 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cnbp2019/Agenda/NetworkSetup

    v27 v28  
    22----
    33
    4 In this tutorial we will establish dual stack network connectivity within all nodes of the network given below.
     4In this tutorial, we will establish dual-stack network connectivity within all nodes of the network given below.
    55
    66[[Image(vlans.png,85%,border=1, center)]]
     
    3737||      F1/1    ||      Trunk   ||      70, 80  ||      3       ||
    3838                                                               
    39 ----                                                            ||
    40                                                                
    41 ||=     **FAC1-BLD1-FL1**       =||=    **Type**        =||=    **VLANS**       =||=    **Native VLAN** =||     
    42 ||      e0      ||      Access  ||      10      ||      -   ||         
    43 ||      e7      ||      Trunk   ||      10      ||      2   || 
    44                                                                
    45 
    46 
    4739
    4840=== Log in to the the devices ===
     
    8375}}}
    8476
    85  - Then let's give a enable secret. Which is a password you set when you go to the privileged mode from the user mode? We will use the '''<class password>''' as the enable secret
     77 - Then let's give a enable secret. Which is a password you set when you go to the privileged mode from the user mode? Make sure to use the '''<class password>''' as the enable secret
    8678{{{
    8779enable secret <class password>
     
    374366}}}
    375367
     368Make sure to save your setting with `FAC1#write` and `FAC2#write`
     369
    376370== Distribution Layer ==
    377371
     
    381375* Trunk Ports
    382376*  Access Ports
     377
     378Details of the switch as follows,
     379
     380----                                                            ||
     381                                                               
     382||=     **FAC1-BLD1-FL2**       =||=    **Type**        =||=    **VLANS**       =||=    **Native VLAN** =||     
     383||      Fa1/0   ||      Access  ||      20      ||      -   || 
     384||      Fa1/13  ||      Trunk   ||      20      ||      2   ||
     385||      Fa1/14  ||      Trunk   ||      10      ||      2   || 
     386||      Fa1/15  ||      Trunk   ||      10,20   ||      2   || 
     387                                                               
     388
    383389
    384390=== Configure Management Network ===
     
    409415}}}
    410416
    411 * This FAC1-BLD1-FL2 has two trunk ports configure them to allow VLAN 10,20 to fa1/15 and VLAN 20 on fa1/14. We need to configure Native VLAN to VLAN 2 as well.
     417* This FAC1-BLD1-FL2 has three trunk ports configure them to allow VLAN 10,20 to fa1/15 and VLAN 10 on fa1/14 and VLAN 20 on fa1/15. We need to configure Native VLAN to VLAN 2 as well.
    412418{{{
    413419FAC1-BLD1-FL2(config)#interface FastEthernet 1/15
     
    421427FAC1-BLD1-FL2(config-if)#switchport mode trunk
    422428FAC1-BLD1-FL2(config-if)#switchport trunk encapsulation dot1q
    423 FAC1-BLD1-FL2(config-if)#description link to FAC1-BLD1-FL2
     429FAC1-BLD1-FL2(config-if)#description link to FAC1-BLD1-FL1A
     430FAC1-BLD1-FL2(config-if)#switchport trunk allowed vlan 1,2,10,1002-1005
     431FAC1-BLD1-FL2(config-if)#switchport trunk native vlan 2
     432FAC1-BLD1-FL2(config-if)#exit
     433FAC1-BLD1-FL2(config)#interface FastEthernet 1/13
     434FAC1-BLD1-FL2(config-if)#switchport mode trunk
     435FAC1-BLD1-FL2(config-if)#switchport trunk encapsulation dot1q
     436FAC1-BLD1-FL2(config-if)#description link to FAC1-BLD1-FL1B
    424437FAC1-BLD1-FL2(config-if)#switchport trunk allowed vlan 1,2,20,1002-1005
    425438FAC1-BLD1-FL2(config-if)#switchport trunk native vlan 2
     
    436449FAC1-BLD1-FL2(config-if)#switchport mode access
    437450FAC1-BLD1-FL2(config-if)#switchport access vlan 20
    438 FAC1-BLD1-FL2(config-if)#description link to PC2
     451FAC1-BLD1-FL2(config-if)#description link to PC3
    439452FAC1-BLD1-FL2(config-if)#exit
    440453}}}
    441454
     455Make sure to save your setting with `FAC1-BLD1-FL2#write`
     456
    442457
    443458== Configuring the rest L2 network ==
    444459
    445 * Right-click on FAC1-BLD1-FL1 and select '''Configure'''
     460* Right-click on FAC1-BLD1-FL1A and select '''Configure'''
    446461* Under Settings, Select
    447462   * Port: 7
     
    451466* Repeat again and select,
    452467   * Port: 0
    453    * VLAN: 10
     468   * VLAN: 20
    454469   * Type: access
    455470* Click Add
     
    460475
    461476
    462 ||=     **FAC1-BLD1-FL1**       =||=    **Type**        =||=    **VLANS**       =||     
     477||=     **FAC1-BLD1-FL1A**      =||=    **Type**        =||=    **VLANS**       =||     
    463478||      e0      ||      Access  ||      10      ||     
    464 ||      e7      ||      dot1q   ||      2       ||     
    465                                                                
    466 ----                                                           
    467                                                                
    468 ||=     **FAC1-BLD1-FL2**       =||=    **Type**        =||=    **VLANS**       =||
    469 ||      e0      ||      Access  ||      20      ||
    470 ||      e6      ||      dot1q   ||      2       ||
    471 ||      e7      ||      dot1q   ||      2      ||
     479||      e7      ||      dot1q   ||              ||     
     480                                                               
     481----                                                           
     482                                                               
     483||=     **FAC1-BLD1-FL1B**      =||=    **Type**        =||=    **VLANS**       =||     
     484||      e0      ||      Access  ||      20      ||     
     485||      e7      ||      dot1q   ||              ||
    472486                                                               
    473487----                                                            ||