Sample configuration file – Intel 460T User Manual

Page 127

Advertising
background image

122

A P P E N D I X A

Intel Express 460T Standalone Switch Users Guide

Sample Configuration File

The following is an example of a configuration file.

###### Intel Express 460T Standalone Switch Configuration File ##############
#
# Lines beginning with a "#" character are comment lines.

###### IP Address Configuration ############################################
#
# Ip_addr= <ipaddress>

IP address used by the switch

# Subnet_mask= <ipaddress>

Specify default gateway

# Default_gateway= <ipaddress>

Specify subnet mask

#

Ip_addr= 124.123.122.121
Subnet_mask= 255.255.255.0
Default_gateway= 124.123.122.254

###### Console and Configuration File Information ##########################
#
# Specify the code type of the image file
#
# Code_type=PROM

Image type is PROM code

# Code_type=RUNTIME Image type is runtime firmware
# Code_type=CONFIG

Image type is saved configuration file

Code_type=PROM

#
# Image_file= <path>

Path and filename of runtime image or PROM image files

Image_file="e:\update\E460PROM.tfp"

###### Port Level Configuration #############################################
#
# Static_fdb_list={(MAC address, port #)}

MAC address and port# of static entries

# Port_nway_enabled_list={port#, port#, . . }

Ports set to auto-negotiate

# Port_flow_ctrl_enabled_list= {port#, port#, . .}

Ports that have flow control enabled

# Port_backpressure_enabled_list= {port#, port#, .}

Ports that have back pressure set

# Port_priority_list= { H (high), L (low), . .}

Sets 802.1p priority queues

# Port_stp_enabled_list= {port#, port #, . .}

Ports that are enabled

# Port_disabled_list= {port#, port#, . .}

Ports that are disabled

Static_fdb_list={ (0080c8001121, 1) (0080c8001122, 2) (0080c8001123, 3) }
Port_nway_enabled_list={3,5,7}
Port_flow_ctrl_enabled_list = {3,4,5,7}
Port_backpressure_enabled_list = {16, 15, 14 }
Port_priority_list = { H,L,A,L,H,A,A,L,H }
Port_stp_enabled_list = {8,9,10,11, 20, 21, 23 }
Port_disabled_list = { 20,21,22,23,24,25 }

###### Link Aggregation #############################################
#

Advertising