Guest User

Untitled

a guest
Nov 20th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. configure terminal
  2. vlan 2
  3. name subnet1
  4. interface fastEthernet 0/2
  5. switchport mode access
  6. switchport access vlan 2
  7. exit
  8.  
  9.  
  10. interface fastEthernet 0/1
  11. switchport mode trunk
  12. exit
  13.  
  14. interface vlan 2
  15. ip address 192.168.1.3 255.255.255.0
  16. no shutdown
Add Comment
Please, Sign In to add comment