Changes between Version 17 and Version 18 of Cnbp2019/Agenda/NetworkSetup


Ignore:
Timestamp:
Feb 26, 2019, 5:45:41 PM (5 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cnbp2019/Agenda/NetworkSetup

    v17 v18  
    319319
    320320{{{
    321 Fac1(config)# vlan 2
    322 Fac1(config-vlan)# name FAC1_MGT
    323 Fac1(config-vlan)# exit
     321Fac1# vlan database
     322Fac1(vlan)# vlan 2 name FAC1_MGT
    324323}}}
    325324
     
    329328
    330329{{{
     330Fac1(vlan)# exit
     331Fac1# config t
    331332Fac1(config)# interface vlan 2
    332333Fac1(config-if)# ip address 10.XY.2.1 255.255.255.0
     
    385386   * Allow the VLAN's that we only need.
    386387{{{
    387 
     388FAC1(config-if)#switchport trunk allowed vlan 1,2,10,20,1002-1005
    388389}}}
    389390   * Change the Native VLAN
    390391{{{
    391 
     392FAC1(config-if)#switchport trunk native vlan 2
    392393}}}
    393394
     
    404405}}}
    405406* Create Access ports.
    406    * Assign interface to be in Access Mode
     407   * Assign the interface to be in Access Mode
    407408{{{
    408409FAC1(config)#interface FastEthernet 1/15