Return to site

Alcatel For Mac

broken image


Alcatel pc suite free download - Nokia PC Suite, Sony Ericsson PC Suite, Free CompuSec PC Security Suite, and many more programs. LG PC Suite for Mac. Manage, update, back up your devices in. Aaa radius-server rad1 host 192.168.100.102 timeout 25 key alcatel-lucent aaa authentication 802.1x rad1. Ip helper (no need to specify vlan ID) — UNP — no aaa user-network-profile name Berlin no policy list policy-berlin no policy rule policy-berlin no policy action policy-berlin no policy condition policy-berlin. Welcome to Alcatel Product Support. Mobile Broadband. Sort by: Alcatel 3. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. How you can identify MAC address and check MAC adress? Windows(XP,7,Vista,8): In the command prompt (CMD), type in getmac (or getmac /v /fo list for full info). Linux/Unix: type ifconfig -a. You must be root user or have appropriate permissions. Mac OS X: launch the Terminal and type ifconfig. Cisco: in the CLI type e.g. One of the more interesting discoveries was a cryptographic challenge-response back door that completely bypasses any password that a user alcatel speedtouch pci have set on the device. Mac foxmail foxmail for mac.

[home] [Computers and networks] [User guides]

Introduction

Alcatel Mac Address

This page is based on the notes I took when managing Alcatel Omniswitchs 6600, 6800 in 2007 and later 6850. The full documentation can be found on Alcatel-Lucent website.

Managing the configuration files

Alcatel Omniswitchs can operate in two modes: working and certified (show running-directory to know in which mode the switch is). In working mode, the configuration can be modified, while it is no possible in certified mode (well, actually, it is). When booting, if working and certified configuration files are different, the switch will boot in certified mode. Configuration files are stored in certifed/boot.cfg and working/boot.cfg (they can be directly edited with 'vi').

  • save running -> working: write memory
  • save working -> certified: copy working certified [flash-synchro], flash-synchro will synchronize the conf accross all slots
  • save running even in certified mode: configuration snapshot all Then move this file to working/boot.cfg
  • reboot in working mode without rollback: reload working no rollback-timeout
  • view running configuration: show configuration snapshot [all|vlan|ip|..] or write terminal

When modifying the configuration, it can be useful to reload the switch in certified mode if a configuration error occur. It is possible to program the switch to reload a few minutes ahead in case you lose control: reload in where n is the number of minutes to wait before reloading. A reload can be canceled with reload cancel. show reload will show you when the switch will reboot.

Configure VLANs

A layer 2 VLAN is created with vlan enable name 'vlan name' and removed with no vlan . show vlan lists all VLANs, show vlan shows vlan details.
Depending on the microcode version (show microcode), a layer 3 VLAN is created using:

  • ip interface 'interface name' vlan address mask
  • vlan router 'interface name' vlan address mask
and destroyed with:
  • no ip interface 'interface name'
  • no vlan router 'interface name'
Port association:
  • To associate a port to a specific vlan: vlan port default /
  • To list the ports: show vlan port
  • To list the ports of a specified vlan: show vlan port
  • To show a port: show vlan port /
  • 802.1Q:
  • To tag a port: vlan 802.1Q / [<'comment'>]
  • To remove a tag: vlan no 802.1Q /

Interfaces

Global status: Show interfaces status
Info about an interface (admin status, MAC, speed, duplex, errors, ..): show interfaces [port|status|/|..]
Summary of interfaces errors: show interfaces counters errors
To clear counters: interfaces [/port1-port2] no l2 statistics
To change an interface: interface / [speed <10_100_1000>|duplex |autoneg |flood rate ]
To switch from autonegociation to 100FD, set

  • autoneg off
  • speed 100 and duplex full
If forced in 100FD while autoneg is on, the port will stay down
To disable an interface: interface / admin down

Link Aggregation

Dynamic LAG (LACP)

lacp linkagg size admin state enable
lacp linkagg actor admin key
lacp agg actor admin key

Static LAG

static linkagg size admin state enable
static linkagg name
static agg agg num

Hardware

When stacking is operational, one switch is primary, one other secondary, the others idle. If the primary disappears, the secondary becomes primary and the first idle becomes secondary.
Get info about the chassis: show chassis and about the stack: show stack topology.

To monitor the health of the system: show health all (cpu|memory)

Show CMM (Control Management Module – Alcatel ) information: show cmm

System

Uptime, date, name, contact, location: show system
To change:

  • system name <'name'>
  • system contact <'contact'>
  • system location <'location'>

The default prompt is '->'. session prompt default 'sw1->' Pack mac company. changes it to 'sw1->'. You can get the other session parameters with show session config

When a command outputs to many lines on the screen, it is possible to use 'more' to see page by page. Use more to activate the mode and more size to set the number of lines shown. Cancel this mode with no more.

To change the timeout of the telnet/ssh sessions: session timeout cli

NTP

Set a server: ntp server . Even if the DNS is configured, you cannot specify a name for the NTP server. Then activate NTP: ntp client enable.
Get NTP info:

  • show ntp client: tells if NTP is on or off, when was the last updated, ..
  • show ntp server-list: get the list of servers and with which server the swich is synchronized

Logs

Alcatel

Show logging conf: show swlog
Get switch logs:

  • show log swlog: get all logs
  • show log swlog timestamp : only logs since the specified hour
  • empty logs: swlog clear
Enable syslog with: swlog output socket

STP

STP can operates in two modes: flat and 1x1. In flat mode, there is only one instance for the whole switch whereas in 1x1 mode, there is one instance per VLAN (like pvst on Cisco switches or vstp on Juniper ones). I recommend the 1x1 mode if you do not want to go the MSTP way. Change STP mode: bridge mode (flat|1x1)

Get STP conf: show spantree

It is possible to deactivate STP on specified vlans/ports : vlan stp (enable|disable) and bridge / (enable|disable)

Change STP algorithm: bridge protocol (802.1D|STP|RTSP). (In 2007), I did not manage to set rstp for all vlan as a global config, I had to set it vlan per vlan using: bridge 1x1 protocol (802.1D|STP|RTSP).

DNS

  • Name servers: ip name-server
  • Domain name: ip domain-name
  • Activate DNS client: ip domain-lookup

DHCP relay

  • ip service udp-relay
  • DHCP relay only for specified vlans: ip helper per-vlan only
  • DHCP server address: ip helper address vlan
  • Enable DHCP relay: ip udp relay BOOTP

Services

Activate/deactivate services: [no] ip service (ftp|ssh|telnet|http|secure-http|udp-relay|snmp|all). List of activated services: show ip service.
For https: ip http ssl

AAA

Authentification can be local or made with a radius
To activate a service, the authentification have to be set: aaa authentification default 'local', aaa authentification (console|ssh|ftp|802.1X|vlan|..) 'local'

ARP

ARP table: show arp
Mac Address table: show mac-address-table
Add a static MAC/IP entry: arp , no arp to remove it.
Clear dynamic arp entries: clear arp-table
To specify when an dynamic entry timeouts (default: 300seconds): mac-address-table aging-time [vlan ]

Alcatel

SNMP

First, you have to create a user and give it the right to do SNMP:

  • user <'username'> read-only (all|ip|interface|..) password
  • The only way I found to give the user SNMP capabilities is to use the web interface .., but you can desactivate it with user <'username'> no snmp

Then configure the snmp server:

  • snmp security no security
  • Associate the community string with the user you created: snmp community map <'community'> user <'username'> on
  • To configure the SNMP trap server: snmp station [] <'user'> (v1|v2c|v3) enable
  • snmp authentification trap (enable|disable)
  • To filter the traps sent by the switch: snmp trap filter

Port mirroring

Port mirroring works 12 ports by 12 ports. It is possible to configure multiple sources for one session and thus see the traffic of multiple ports in one output.

  • show port mirroring status
  • port mirroring source / destination / enable
  • no port mirroring

POE

By default, the POE is disabled on all ports.
To enable the POE on a given port: lanpower start /
To enable it on the whole slot: lanpower start

To stop the POE, use the symmetric commande lanpower stop (/|)

Show the POE configuration: show lanpower App store for mac free.

To limit the power available for a given port: lanpower / power
To limit the power available for a slot: lanpower maxpower

A power of 230W is enough for a full slot equipped with IP Phones (note: TBC).
It has been noticed that a switch may prove instable with POE if too many equipments are connected and its PSU is not enough powerfull.

QOS & ACL

In AOS, ACL and QoS are configured in the same 'qos' section.
Apply QoS when modified:qos apply
Disable QoS (useful for troubleshooting):qos disable

By default, QOS is not trusted in access ports and all tags are set to 0. It is trusted on trunked ports. To trust everywhere:qos trust ports
To trust on one given port:qos port / trusted

Alcatel Mac Filter

The rules are a combinaison of the following elements:

  • policy network : define subnets
  • policy condition : define conditions (from subnet1 to subnet2, ..)
  • policy action : define actions (permit, deny, ..)
  • policy rule : apply action to condition (if X then Y)
The syntax for the different blocks is the following:
policy network group mask mask ..
policy condition source network group destination group
policy action disposition
policy rule [disable] precedence

condition action , where precedence is the order rules can be applied

As an example:

802.1X

Last update: 2015/02/19

By clicking 'Continue to App' button you accept the Privacy Policy
3.9/5 2.5k

Alcatel Mac Move


Alcatel PC Suite 6.3.24 Freeware


Recommended Applications for Windows

Commercial Backup Software

Free Backup Software

Commercial PDF Creator

Free PDF Creator


About Alcatel PC Suite

Alcatel PC Suite is a good way to sync your phone, mainain it and update it with the latest firmware, applications and multimedia.
Alcatel PC Suite has been developed to bring the Alcatel phone users a way to transfer files, install applications, photos and media, keep their phones updated and the firmware synchronised. You can manage your phonebook, SMS's, logos, ring tones and all the other files of your mobile phone simply and easily directly from your PC.

Technical Details about Alcatel PC Suite


Category
Communications
Release Date
2009-07-15
Publisher
Alcatel

Previous Versions

Here you can find the changelog of Alcatel PC Suite since it was posted on our website on 2015-04-24 03:00:00.The latest version is 6.3.24 and it was updated on 2018-03-27 18:48:25. See below the changes in each version.
Release Date: 2009-07-15
Release Date: 2009-07-15
Alcatel For Mac

Show logging conf: show swlog
Get switch logs:

  • show log swlog: get all logs
  • show log swlog timestamp : only logs since the specified hour
  • empty logs: swlog clear
Enable syslog with: swlog output socket

STP

STP can operates in two modes: flat and 1x1. In flat mode, there is only one instance for the whole switch whereas in 1x1 mode, there is one instance per VLAN (like pvst on Cisco switches or vstp on Juniper ones). I recommend the 1x1 mode if you do not want to go the MSTP way. Change STP mode: bridge mode (flat|1x1)

Get STP conf: show spantree

It is possible to deactivate STP on specified vlans/ports : vlan stp (enable|disable) and bridge / (enable|disable)

Change STP algorithm: bridge protocol (802.1D|STP|RTSP). (In 2007), I did not manage to set rstp for all vlan as a global config, I had to set it vlan per vlan using: bridge 1x1 protocol (802.1D|STP|RTSP).

DNS

  • Name servers: ip name-server
  • Domain name: ip domain-name
  • Activate DNS client: ip domain-lookup

DHCP relay

  • ip service udp-relay
  • DHCP relay only for specified vlans: ip helper per-vlan only
  • DHCP server address: ip helper address vlan
  • Enable DHCP relay: ip udp relay BOOTP

Services

Activate/deactivate services: [no] ip service (ftp|ssh|telnet|http|secure-http|udp-relay|snmp|all). List of activated services: show ip service.
For https: ip http ssl

AAA

Authentification can be local or made with a radius
To activate a service, the authentification have to be set: aaa authentification default 'local', aaa authentification (console|ssh|ftp|802.1X|vlan|..) 'local'

ARP

ARP table: show arp
Mac Address table: show mac-address-table
Add a static MAC/IP entry: arp , no arp to remove it.
Clear dynamic arp entries: clear arp-table
To specify when an dynamic entry timeouts (default: 300seconds): mac-address-table aging-time [vlan ]

SNMP

First, you have to create a user and give it the right to do SNMP:

  • user <'username'> read-only (all|ip|interface|..) password
  • The only way I found to give the user SNMP capabilities is to use the web interface .., but you can desactivate it with user <'username'> no snmp

Then configure the snmp server:

  • snmp security no security
  • Associate the community string with the user you created: snmp community map <'community'> user <'username'> on
  • To configure the SNMP trap server: snmp station [] <'user'> (v1|v2c|v3) enable
  • snmp authentification trap (enable|disable)
  • To filter the traps sent by the switch: snmp trap filter

Port mirroring

Port mirroring works 12 ports by 12 ports. It is possible to configure multiple sources for one session and thus see the traffic of multiple ports in one output.

  • show port mirroring status
  • port mirroring source / destination / enable
  • no port mirroring

POE

By default, the POE is disabled on all ports.
To enable the POE on a given port: lanpower start /
To enable it on the whole slot: lanpower start

To stop the POE, use the symmetric commande lanpower stop (/|)

Show the POE configuration: show lanpower App store for mac free.

To limit the power available for a given port: lanpower / power
To limit the power available for a slot: lanpower maxpower

A power of 230W is enough for a full slot equipped with IP Phones (note: TBC).
It has been noticed that a switch may prove instable with POE if too many equipments are connected and its PSU is not enough powerfull.

QOS & ACL

In AOS, ACL and QoS are configured in the same 'qos' section.
Apply QoS when modified:qos apply
Disable QoS (useful for troubleshooting):qos disable

By default, QOS is not trusted in access ports and all tags are set to 0. It is trusted on trunked ports. To trust everywhere:qos trust ports
To trust on one given port:qos port / trusted

Alcatel Mac Filter

The rules are a combinaison of the following elements:

  • policy network : define subnets
  • policy condition : define conditions (from subnet1 to subnet2, ..)
  • policy action : define actions (permit, deny, ..)
  • policy rule : apply action to condition (if X then Y)
The syntax for the different blocks is the following:
policy network group mask mask ..
policy condition source network group destination group
policy action disposition
policy rule [disable] precedence

condition action , where precedence is the order rules can be applied

As an example:

802.1X

Last update: 2015/02/19

By clicking 'Continue to App' button you accept the Privacy Policy
3.9/5 2.5k

Alcatel Mac Move


Alcatel PC Suite 6.3.24 Freeware


Recommended Applications for Windows

Commercial Backup Software

Free Backup Software

Commercial PDF Creator

Free PDF Creator


About Alcatel PC Suite

Alcatel PC Suite is a good way to sync your phone, mainain it and update it with the latest firmware, applications and multimedia.
Alcatel PC Suite has been developed to bring the Alcatel phone users a way to transfer files, install applications, photos and media, keep their phones updated and the firmware synchronised. You can manage your phonebook, SMS's, logos, ring tones and all the other files of your mobile phone simply and easily directly from your PC.

Technical Details about Alcatel PC Suite


Category
Communications
Release Date
2009-07-15
Publisher
Alcatel

Previous Versions

Here you can find the changelog of Alcatel PC Suite since it was posted on our website on 2015-04-24 03:00:00.The latest version is 6.3.24 and it was updated on 2018-03-27 18:48:25. See below the changes in each version.
Release Date: 2009-07-15
Release Date: 2009-07-15

Alcatel Macedonie Dooel In Skopje


Alcatel For T Mobile

Related Apps

Alcatel Pc Suite For Mac

Here you can find apps that are similar with Alcatel PC Suite.

Alcatel Software For Mac







broken image