63
Using the Business Policy Switch 2000 Version 2.0
! -------------------------------------------------------
!
! create vlan portbased
vlan create 100 name vlan100 type port
!
! add Mlts created above to this VLAN
vlan members add 100 17
!
! create vlan ip protocol based
vlan create 150 name vlan150 type protocol-ipEther2
!
! add ports to this VLAN
! in this case all ports
vlan members add 150 ALL
vlan ports ALL priority 3
!
! create vlan MACSA based
vlan create 90 name MAC90 type macsa
! add ports to this VLAN
! in this case all ports
vlan members add 90 ALL
!
! igmp
! you could disable proxy on vlan 100
vlan igmp 100 proxy disable
!
! -------------------------------------------------------
! Examples of changing interface parameters
! -------------------------------------------------------
! change speed of port 3
interface Fastethernet 3
speed 10
duplex half
exit
!
! change speed of port 4
interface Fastethernet 4
Содержание business policy switch 2000
Страница 16: ...16 Contents 208700 C ...
Страница 22: ...22 Figures 208700 C ...
Страница 26: ...26 Tables 208700 C ...
Страница 32: ...32 Preface 208700 C ...
Страница 308: ...308 Chapter 4 Policy enabled networks 208700 C ...
Страница 348: ...348 Chapter 5 Sample QoS configuration 208700 C ...
Страница 392: ...392 Appendix D Connectors and pin assignments 208700 C ...