Advertisement
cstk421

Untitled

Dec 29th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. interface FastEthernet1/0/1
  2. description Freepbx VLAN 10 Internal 192.168.1.2 ETH1
  3. switchport trunk encapsulation dot1q
  4. switchport trunk allowed vlan 10
  5. switchport mode trunk
  6. !
  7. interface FastEthernet1/0/2
  8. description Freepbx VLAN 1 External 172.16.0.3 ETH0
  9. switchport trunk allowed vlan 1
  10. !
  11. interface FastEthernet1/0/3
  12. switchport access vlan 10
  13. switchport mode access
  14. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement