AU Study/TAFE

Packet tracer Vlan

Last72 2018. 2. 20. 12:28


Router

interface GigabitEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface GigabitEthernet0/0.50
 encapsulation dot1Q 50
 ip address 192.168.5.1 255.255.255.0
!
interface GigabitEthernet0/0.100
 encapsulation dot1Q 100
 ip address 192.168.0.1 255.255.255.0


Switch

interface FastEthernet0/1
 switchport access vlan 100
 switchport mode access
 switchport port-security
 switchport port-security mac-address sticky 
 switchport port-security mac-address sticky 0001.4354.1506
 spanning-tree portfast
 spanning-tree bpduguard enable




Vlan.pkt