Changes between Version 21 and Version 22 of ipv6v4config
- Timestamp:
- May 14, 2017, 2:59:21 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ipv6v4config
v21 v22 371 371 CampusCore(config-if)#switchport mode trunk 372 372 CampusCore(config-if)#switchport trunk encapsulation dot1q 373 CampusCore(config-if)#description Core link to Fac ACore373 CampusCore(config-if)#description Core link to FacBCore 374 374 CampusCore(config-if)#exit 375 375 }}} … … 479 479 - Configure fast ethernet interface, which connects to the User PC to an access port of VLAN 10 and give a description 480 480 {{{ 481 Dept1PC(config)#interface FastEthernet 1/0 481 482 Dept1PC(config-if)#switchport mode access 482 483 Dept1PC(config-if)#switchport access vlan 10 … … 494 495 Dept2PC(config-if)#description link to FacBCore 495 496 Dept2PC(config-if)#exit 497 Dept2PC(config)#interface FastEthernet 1/0 496 498 Dept2PC(config-if)#switchport mode access 497 499 Dept2PC(config-if)#switchport access vlan 20 … … 521 523 {{{ 522 524 CampusCore(config)#interface vlan 255 523 CampusCore(config-if)# ip address 10.0.255.25 4255.255.255.0525 CampusCore(config-if)# ip address 10.0.255.253 255.255.255.0 524 526 CampusCore(config-if)# exit 525 527 }}} … … 530 532 CampusCore(config-if)#switchport access vlan 255 531 533 CampusCore(config-if)#description link to Border Router 534 CampusCore(config-if)#speed 100 535 CampusCore(config-if)#duplex full 532 536 CampusCore(config-if)#exit 533 537 }}} … … 544 548 BorderRt(config-if)#description LAN Port connects to CampusCore 545 549 BorderRt(config-if)#no shutdown 550 BorderRt(config-if)#speed 100 551 BorderRt(config-if)#duplex full 546 552 BorderRt(config-if)#exit 547 553 }}}