Sponsored Content
Full Discussion: Accessing switch
Top Forums UNIX for Advanced & Expert Users Accessing switch Post 302173334 by ncatdesigner on Thursday 6th of March 2008 11:22:37 AM
Old 03-06-2008
Accessing switch

Hello Community!



Anyone knows how can I access the switch for monitoring the traffic on my LAN?

The switch is a Linksys sr2024

Thanks in advance
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

can you switch

hi, i am try to run following script in c-shell, using switch command. #!/bin/csh choice=0 while do echo "system monitor" echo " 1) system paging 2) system file inf. 3) system disk inf. 9) exit " echo "select an option: \c" read choice case $choice in 1)... (3 Replies)
Discussion started by: neer45
3 Replies

2. Programming

Switch

using switch can we match for more than one values.. eg: switcha(a) { case 1, 2, 3: printf("ddd"); break; case 4, 5, 6: printf("mmm"); break; } In this case wat i found was only for the last value, i.e 3 and 6 the switch works. ... (12 Replies)
Discussion started by: abey
12 Replies

3. Shell Programming and Scripting

-o switch in find

Hello all I'm experimenting with the use of the -prune action and I've encountered some confusing behaviour when using the -o option. Can't find anything specific in the man page. If I have a directory within my current directory called testlink and I run:- find . -name testlink -prune ... (0 Replies)
Discussion started by: grasper
0 Replies

4. Shell Programming and Scripting

script with more then one switch

Hi, have managed to code a script that has a simple menu so for instance if I run: this will call a help function that displays the programs help, I have coded this in using a case statement so if: case is h) call the help function The problem is I don't know how to code in the... (3 Replies)
Discussion started by: Del33t
3 Replies

5. Programming

do-while inside switch

Hi All, Could anybody please explain to me, why this piece of code compiles. void duff(register char *to, register char *from, register int count) { register int n=(count+7)/8; switch(count%8){ case 0: do{ *to++ = *from++; case 7: *to++ = *from++; case... (2 Replies)
Discussion started by: lagigliaivan
2 Replies

6. Shell Programming and Scripting

need help for cp with -p switch

Guys, I need to copy files from source to destination with datetime preserved I did it with cp -p <source>/file <destinaltion>/file But when I do stat command on copied file , it seems the copied file has "change time" modified. Please guide me in understanding (2 Replies)
Discussion started by: mohan_xunil
2 Replies

7. Shell Programming and Scripting

how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable

hi, how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable which needs to be connected to one console server having rj11 on its side and db 9 female on other end.i.e. on switch side,console cable has rj45 and db 9 pin female connector on other side of... (1 Reply)
Discussion started by: pankajd
1 Replies

8. Solaris

fc switch address

Hi all ! tell me please . how to see the fc switch (SAN24B-4) address (solaris 10) to connect him through telnet. thanks (1 Reply)
Discussion started by: ijj
1 Replies

9. IP Networking

Production to DR switch

Hi, I have application server on IP 10.10.220.42 (Prod). When the Production goes down I wish to switch over all my application server's configuration files onto IP 10.10.220.45 (DR). The client is exposed to proxy apache http webserver running @ IP 10.10.220.30 Can you please suggest... (4 Replies)
Discussion started by: mohtashims
4 Replies

10. Solaris

Switch to su

Hi, I've put the correct root password but why do I get this below? huamin@SOL11I:~$ su Password: su: Sorry huamin@SOL11I:~$ Many Thanks & Best Regards, HuaMin (16 Replies)
Discussion started by: HuaMin
16 Replies
atmelan(8)						      System Manager's Manual							atmelan(8)

NAME
atmelan - Configures LAN-Emulation clients as network interfaces. SYNOPSIS
/usr/sbin/atmelan command arguments OPTIONS
This section is organized by the tasks you can perform with the atmelan command. Each task subsection provides the atmelan command syntax and the arguments to use to complete the tasks. Creating a LAN-Emulation Client Syntax: /usr/sbin/atmelan create driver=name [type=type] [mtu=mtu] [name=elan_name] [lecs=addr [,addr, addr, addr] | les=addr] [unit=unit_number | elan=unit_number] Creates a new LAN-Emulation Client (LEC) and configures it as a network interface. If no additional arguments are specified, the defaults are 802.3 type and an MTU of 1516 bytes. Specifies the physical interface with which to associate the new LEC. Specifies the interface type. The following types are supported: Ethernet/802.3. Specifies the message transfer unit (MTU) size. The following MTU sizes are sup- ported: 1516, 4544, 9234, and 18190. When specified with the name option, the emulated LAN must already be configured on the ATM switch to support the specified MTU size. If it is not configured for the specified MTU size, the request is ignored. Specifies the name of the emulated LAN to join. The emulated LAN name must already be configured on the ATM switch. If the name is not configured on the ATM switch, the LEC joins the default emulated LAN. Note You can join an emulated LAN on a switch only once for each adapter; do not join the same elan multiple times from the same adapter. If you want to join the same emulated LAN on the same switch, you must install another adapter and join the emulated LAN from it. Specifies that the LEC connect to the LAN-Emulation Configuration Server (LECS) at the ATM address specified by the addr arguments for the emulated LAN configuration. You can specify up to 4 addresses. The LEC tries the addresses in order until a successful configuration has been completed. If all addresses fail, the "well known address" is tried before the process begins again. If no lecs option is specified (default), the LEC connects to the LECS at the "well known address". Do not use the lecs option with the les option. Specifies that the LEC go directly to the LAN-Emulation Server (LES) at the ATM address specified by addr argument and bypass the configuration phase. If this argument is not specified, the LEC contacts a LAN-Emulation Configuration Server (LECS) to obtain a LES address. Do not use the les option with the lecs option. Specifies a LEC interface unit number. Specifies an ELAN unit number. For example, to create an emulated LAN interface using Ethernet frame format and Fiber Distributed Data Interface (FDDI) frame sizes, enter: # atmelan create driver=lta0 mtu=4544 To create an emulated LAN interface that bypasses the configuration phase and directly contacts a LAN-Emulation Server (LES), enter: # atmelan create les=LES_A The ATM address is an alias that is in the /etc/atmhosts file. Detaching a LEC Interface from an ATM Network Syntax: /usr/sbin/atmelan detach unit=unit_number | elan=unit_number Detaches a LEC interface specified by either unit or elan arguments from an ATM network. Specifies a LEC interface unit number. The unit_number is obtained by the netstat -i command. Specifies an ELAN unit number. The unit_number is obtained by the netstat -i command. Attaching a LEC Interface to an ATM Network Syntax: /usr/sbin/atmelan attach driver=name unit=unit_number | elan=unit_number [lecs=addr [,addr, addr, addr] | les=addr] [name=elan_name] [type=type] [mtu=mtu] Attaches the specified, previously detached LEC network interface to an ATM network. After the LEC interface is attached, issue the ifcon- fig elanx up command to configure the interface. Specifies the physical interface with which to associate the LEC. Specifies a LEC inter- face unit number. This is the unit number that was previously detached. Specifies an ELAN unit number. This is the unit number that was previously detached. Specifies that the LEC connect to the LAN-Emulation Configuration Server (LECS) at the ATM address specified by the addr arguments for the emulated LAN configuration. You can specify up to 4 addresses. The LEC tries the addresses in order until a suc- cessful configuration has been completed. If all addresses fail, the "well known address" is tried before the process begins again. If no lecs option is specified (default), the LEC connects to the LECS at the "well known address". Do not use the lecs option with the les option. Specifies that the LEC go directly to the LAN-Emulation Server (LES) at the ATM address specified by addr argument and bypass the configuration phase. If this argument is not specified, the LEC contacts a LAN-Emulation Configuration Server (LECS) to obtain a LES address. Do not use the les option with the lecs option. Specifies the name of the emulated LAN to join. The emulated LAN name must already be configured on the ATM switch. If the name is not configured on the ATM switch, the LEC joins the default emulated LAN. Speci- fies the interface type. The following types are supported: Ethernet/802.3. Specifies the message transfer unit (MTU) size. The following MTU sizes are supported: 1516, 4544, 9234, and 18190. When specified with the name option, the emulated LAN must already be configured on the ATM switch to support the specified MTU size. If it is not configured for the specified MTU size, the request is ignored. Displaying State and Counters for an LEC Interface Syntax: /usr/sbin/atmelan show | status [unit=unit_number] Shows the state and counters for a LEC interface. If no unit number is specified, information for LEC unit 0 (elan0) is displayed. Shows the state and counters for a LEC interface. If no unit number is specified, information for LEC unit 0 (elan0) is displayed. Specifies a LEC interface unit number, if you want to display LEC information for LEC unit numbers other than unit 0 (elan0). The unit_number is obtained by the netstat -i command. For example, unit 0 is elan0, unit 1 is elan1, and so on. DESCRIPTION
The atmelan command creates and configures LAN-Emulation Clients (LEC) as network interfaces. The first interface created appears as elan0, the second as elan1, and so on. The atmelan command can also show counters, parameters, and the state of each LEC. SEE ALSO
Commands: atmconfig(8), atmsig(8), learp(8) Files: atmhosts(4) Asynchronous Transfer Mode Network Administration atmelan(8)
All times are GMT -4. The time now is 11:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy