| No, you can't assign different default gateways for different
ports. However, most people would do this by just defining routes for
those subnets.
IP addresses are assigned on a per port basis, and each assignment
comes with a mask, which is not necessarily related to other IP address
assignments/masks.
Traps on the GIGAswitch/FDDI system are sent to those IP addresses
defined in the ELAN MIB - see eauthTrapUserTable
MDL
eauthTrapUserTable OBJECT-TYPE
SYNTAX SEQUENCE OF EauthTrapUserEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of addresses to which traps will be sent and
associated information."
::= { eauth1 2 }
eauthTrapUserEntry OBJECT-TYPE
SYNTAX EauthTrapUserEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Objects containing information for a given trap address."
INDEX { eauthTrapUserAddr }
::= { eauthTrapUserTable 1 }
EauthTrapUserEntry ::=
SEQUENCE {
eauthTrapUserAddr
IpAddress,
eauthTrapUserStatus
INTEGER
}
eauthTrapUserAddr OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"An IP Address to which all SNMP Trap messages will be sent."
::= { eauthTrapUserEntry 1 }
eauthTrapUserStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
invalid(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Writing invalid(2) to this object removes the corresponding
entry. When read, this object always returns a value
of other(1)."
::= { eauthTrapUserEntry 2 }
|