This chapter covers the following topics:
Introduction
This chapter explains how to install and configure the Ethernet card in the MAX TNT. For information about configuring IP routing, see the MAX TNT Network Configuration Guide.
Figure 5-1. 10 Mbps Ethernet card
10/100 Mbps Ethernet card
The 10/100 Mbps Ethernet card is single-height, with four 10Base-T Ethernet interfaces and one 100Base-T Ethernet interface. This card provides full 10 Mbps access to up to four Ethernet networks and 100 Mbps access for a single Ethernet network.
Figure 5-2. 10/100 Mbps Ethernet card
Installing the Ethernet card
You install Ethernet cards in the same way you install other MAX TNT slot cards. For information about installing MAX TNT slot cards, see Installing a slot card.
Overview of Ethernet configuration
Each of the Ethernet cards provides multi-port Ethernet routing capabilities. The configuration of each port on the card is identical to the configuration of the Ethernet port on the shelf controller. For complete information about configuring the Ethernet ports for routing, see the MAX TNT Network Configuration Guide.
To configure the shelf-controller Ethernet port see Performing Basic Configuration.
Understanding the Ethernet-related profiles
The MAX TNT creates the following profiles when it detects an Ethernet port:
For example, when you display the profile for an Ethernet card installed in slot 4, you see a screen similar to the following:
admin> dir etherIf the 10/100 Mbit card is installed, the 100 Mbit Ethernet port shows up as port 5. For example:
8 02/15/1997 14:41:53 { shelf-1 controller 1 }
16 02/17/1997 11:27:02 { shelf-1 slot-4 1 }
16 02/17/1997 11:27:02 { shelf-1 slot-4 2 }
16 02/17/1997 11:27:02 { shelf-1 slot-4 3 }
16 02/17/1997 11:27:02 { shelf-1 slot-4 4 }
admin> dir ether
8 02/15/1997 14:41:53 { shelf-1 controller 1 }
16 02/17/1997 11:27:02 { shelf-1 slot-4 1 }
16 02/17/1997 11:27:02 { shelf-1 slot-4 2 }
16 02/17/1997 11:27:02 { shelf-1 slot-4 3 }
16 02/17/1997 11:27:02 { shelf-1 slot-4 4 }
16 02/17/1997 11:27:02 { shelf-1 slot-4 5 }
Assigning an IP address to the Ethernet port
To assign an IP address to the Ethernet port:
admin> read ip-interface {{1 15 1 } 0}
admin> set ip-address=ip address
admin> write
IP-INTERFACE/{ { shelf-1 slot-15 1 } 0 } written
Understanding names in the interface table
The interface table entries associated with an Ethernet card have the following components:
ie shelf-slot-itemFor example, a four-port Ethernet card in slot 13 appears as four entries in the interface table, one for each Ethernet interface:
admin> netstat -in
Name MTU Net/Dest Address Ipkts Ierr Opkts Oerr
ie0 1500 192.168.6.0/24 192.168.6.122 2188408 27 1802 0
lo0 1500 127.0.0.1/32 127.0.0.1 0 0 0 0
rj0 1500 127.0.0.2/32 127.0.0.2 0 0 0 0
bh0 1500 127.0.0.3/32 127.0.0.3 0 0 0 0
ie1-13-1 1500 10.122.71.0/24 10.122.71.1 820642 0 819054 0
ie1-13-2 1500 10.122.72.0/24 10.122.72.1 819053 0 820642 0
ie1-13-3 1500 10.122.73.0/24 10.122.73.1 819602 0 900819 0
ie1-13-4 1500 10.122.74.0/24 10.122.74.1 900818 0 819602 0
Assigning a filter to the Ethernet interface
The only read-write parameter in an Ethernet profile is the Filter-Name parameter, which enables you to specify a data filter that affects which packets are allowed to reach this Ethernet interface or leave it for another interface. To apply a data filter to an Ethernet interface, you must first define the filter as described in MAX TNT Network Configuration Guide.
To assign a filter to the Ethernet profile:
admin> read ether {1 4 1}
ETHERNET/{ shelf-1 slot-4 1 } read
admin> set filter-name= filter name
ETHERNET/{ shelf-1 slot-4 1 } read
admin> write
ETHERNET/{ shelf-1 slot-15 1 } written
Copyright © 1997, Ascend Communications, Inc. All rights reserved.