Changes between Version 17 and Version 18 of Cnbp2019/Agenda/NetworkSetup
- Timestamp:
- Feb 26, 2019, 5:45:41 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cnbp2019/Agenda/NetworkSetup
v17 v18 319 319 320 320 {{{ 321 Fac1(config)# vlan 2 322 Fac1(config-vlan)# name FAC1_MGT 323 Fac1(config-vlan)# exit 321 Fac1# vlan database 322 Fac1(vlan)# vlan 2 name FAC1_MGT 324 323 }}} 325 324 … … 329 328 330 329 {{{ 330 Fac1(vlan)# exit 331 Fac1# config t 331 332 Fac1(config)# interface vlan 2 332 333 Fac1(config-if)# ip address 10.XY.2.1 255.255.255.0 … … 385 386 * Allow the VLAN's that we only need. 386 387 {{{ 387 388 FAC1(config-if)#switchport trunk allowed vlan 1,2,10,20,1002-1005 388 389 }}} 389 390 * Change the Native VLAN 390 391 {{{ 391 392 FAC1(config-if)#switchport trunk native vlan 2 392 393 }}} 393 394 … … 404 405 }}} 405 406 * Create Access ports. 406 * Assign interface to be in Access Mode407 * Assign the interface to be in Access Mode 407 408 {{{ 408 409 FAC1(config)#interface FastEthernet 1/15