Go back one pageGo to the next page#Go to this book's Table of ContentsGo to this book's Index#


Table Response

Functions beginning with the show verb display configuration values and counters. Many of these values can be displayed individually or together in a table. This choice is available when CLI responds to a show command by listing entry and table, as follows:

CLI> show bridge base port config

entry

table

To choose the table option, type table at the end of the command line:

CLI> show bridge base port config table

IfIndex

1

Type

ethernet

Status

enabled

Priority

128

PathCost

100

MACFilter

disabled

EtypeFilter

disabled

SapFilter

disabled

MACFilterType

inclusive

EtypeFilterType

inclusive

SapFilterType

inclusive

IfIndex

2

Type

frameRelay

Status

enabled

Priority

128

PathCost

100

MACFilter

disabled

EtypeFilter

disabled

SapFilter

disabled

MACFilterType

inclusive

EtypeFilterType

inclusive

SapFilterType

inclusive


To show values individually, type entry at the end of the command line. The CLI will prompt you for more information, such as an index number:

CLI> show bridge base port config entry

<IfIndex>

INTEGER

(1..255)


Complete the command by entering the required information, which, in this case is an IfIndex. When the entire command is entered, the CLI will display information for that single entry:

CLI> show bridge base port config entry 1

IfIndex

1

Type

ethernet

Status

enabled

Priority

128

PathCost

100

MACFilter

disabled

EtypeFilter

disabled

SapFilter

disabled

MACFilterType

inclusive

EtypeFilterType

inclusive

SapFilterType

inclusive



Nortel Networks LogoContact us by email
Go back one pageGo to the next page#Go to this book's Table of ContentsGo to this book's Index