Changes between Version 30 and Version 31 of Cnbp2019/Agenda/NetworkSetup


Ignore:
Timestamp:
Mar 12, 2019, 7:03:32 AM (5 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cnbp2019/Agenda/NetworkSetup

    v30 v31  
    457457== Configuring the rest L2 network ==
    458458
     459||=     **FAC1-BLD1-FL1A**      =||=    **Type**        =||=    **VLANS**       =||     
     460||      e0      ||      Access  ||      10      ||     
     461||      e7      ||      dot1q   ||              ||     
     462                                                               
     463
    459464* Right-click on FAC1-BLD1-FL1A and select '''Configure'''
    460465* Under Settings, Select
     
    465470* Repeat again and select,
    466471   * Port: 0
    467    * VLAN: 20
     472   * VLAN: 10
    468473   * Type: access
    469474* Click Add
     
    474479
    475480
    476 ||=     **FAC1-BLD1-FL1A**      =||=    **Type**        =||=    **VLANS**       =||     
    477 ||      e0      ||      Access  ||      10      ||     
    478 ||      e7      ||      dot1q   ||              ||     
    479                                                                
    480481----                                                           
    481482                                                               
    482483||=     **FAC1-BLD1-FL1B**      =||=    **Type**        =||=    **VLANS**       =||     
    483484||      e0      ||      Access  ||      20      ||     
    484 ||      e7      ||      dot1q   ||              ||
     485||      e7      ||      dot1q   ||      2       ||
    485486                                                               
    486487----                                                            ||
    487488                                                               
    488 ||=     **FAC1-BLD2-FL0**       =||=    **Type**        =||=    **VLANS**       =||=    **Native VLAN** =||
    489 ||      e0      ||      Access  ||      20      ||      -       ||
    490 ||      e1      ||      Access  ||      30      ||      -       ||
    491 ||      e7      ||      Trunk   ||      20, 30  ||      2       ||
     489||=     **FAC1-BLD2-FL0**       =||=    **Type**        =||=    **VLANS**       =||
     490||      e0      ||      Access  ||      20      ||
     491||      e1      ||      Access  ||      30      ||
     492||      e7      ||      dot1q   ||      2       ||
    492493                                                               
    493494----                                                           
    494495                                                               
    495 ||=     **FAC2-BLD1-FL1**       =||=    **Type**        =||=    **VLANS**       =||=    **Native VLAN** =||
    496 ||      e0      ||      Access  ||      60      ||      -       ||
    497 ||      e1      ||      Access  ||      70      ||      -       ||
    498 ||      e7      ||      Trunk   ||      60, 70  ||      3       ||
     496||=     **FAC2-BLD1-FL1**       =||=    **Type**        =||=    **VLANS**       =||
     497||      e0      ||      Access  ||      60      ||
     498||      e1      ||      Access  ||      70      ||
     499||      e7      ||      dot1q   ||      3       ||     
    499500                                                               
    500501----                                                           
    501502                                                               
    502 ||=     **FAC2-BLD2-FL1**       =||=    **Type**        =||=    **VLANS**       =||=    **Native VLAN** =||
    503 ||      e0      ||      Access  ||      70      ||      -       ||
    504 ||      e6      ||      Trunk   ||      80      ||      3       ||
    505 ||      e7      ||      Trunk   ||      70, 80  ||      3       ||
     503||=     **FAC2-BLD2-FL1**       =||=    **Type**        =||=    **VLANS**       =||
     504||      e0      ||      Access  ||      70      ||     
     505||      e6      ||      dot1q   ||      3       ||     
     506||      e7      ||      dot1q   ||      3       ||     
    506507                                                               
    507508----                                                           
     
    509510||=     **FAC2-BLD2-FL3**       =||=    **Type**        =||=    **VLANS**       =||
    510511||      e0      ||      Access  ||      80      ||
    511 ||      e7      ||      Trunk   ||      3       ||
     512||      e7      ||      dot1q   ||      3       ||
    512513                                                               
    513514----                                                           
     
    585586>You need to modify the above settings to suit the IP detail when applying to the webserver
    586587* Test end-user connectivity using ping command on each.
     588
     589== Some commands to check your setup ==
     590* Check VLAN Setup
     591{{{
     592FAC1#show vlan-switch
     593}}}
     594* Check IP address details
     595{{{
     596FAC1#show ip interface brief
     597FAC1#show ipv6 interface brief
     598}}}
     599* Check OSPF details
     600{{{
     601FAC1#show ip ospf
     602FAC1#show ipv6 ospf
     603}}}
     604* Check IP routing details
     605{{{
     606FAC1#show ip route
     607FAC1#show ipv6 route
     608}}}
     609* Check Interface details
     610{{{
     611FAC1#show interface switchport
     612}}}
     613* Check all config
     614{{{
     615FAC1#show run