Intel NetStructure 470 User Manual

Page 129

Advertising
background image

123

Technical Information

A

P

P

E

N

D

I

X

Appendix

#### Configure a Protocol Based VLAN ############################################
#
# proto_vlan_list={(Vlan,Proto,MemberPort,MemberPort...)(Vlan,Proto,MemberPort)...}
# Vlan=Name of VLAN
# Proto=Name of Protocol (IP, IPX, NETBUI)
# MemberPort=Number of member port(s)
#

proto_vlan_List{“IPVLAN”,”IP”,1,3,5,7)(“IPXVLAN”,”IPX”,2,4)}

###### Create 802.1Q VLAN on the Switch (Static Entries) ###################################
#
# 802_1q_static_list={(VID, “VLANstring”, M/N U/T,...) (VID, “VLANstring”, M/N U/T,...)}
#

M=member port (on ingress)

#

N=non-member port (on ingress)

#

U=untagged device (on egress)

#

T=tagged device (on egress)

#

Either M or N can be specified for each port; not both

#

Either U or T can be specified for each port; not both

#

802_1q_static_list={(2, “VLAN2”, MT, MU, MT, NT, MT, NU, NT, NU) (10, “VLAN10”, MT, MU,
NT, NT, MT, MU, NT, MU)}

###### GVRP (Dynamic VLAN Registration) ###################################
#
# gvrp_enabled={port#, port#, ...}
# gvrp_disabled={port#, port#, ...}
#

gvrp_enabled=VLAN dynamically registered with the switch

#

gvrp_disabled=VLAN not dynamically registered with the switch

#

gvrp_enabled={1, 3, 5, 7}
gvrp_disabled={2, 4, 6, 8}

###### Configure Port Mirroring based on source/destination MAD address ################
#
# mirr_list={srcport,targport,(srcaddr,dstaddr)(srcaddr,dstaddr)...}
#
# srcport=The Source Port for the mirror
# targport=The Target Port to which packets will be mirrored
# srcaddr=Source MAC Address or “any”
# dstaddr=Destination MAC Address or “any”
#

mirr_list={1,5(00-01-63-22-e0-00,“any”)
(“any”,00-01-63-22-e0-00)
(00-01-63-22-e0-01,00-01-63-22-e0-02)}

mirr_list={2,6(any,any)}

Advertising