• No se han encontrado resultados

El modelo Bayesiano en la construcción de curvas de crecimiento para

4. Capítulo Discusión

4.1 El modelo Bayesiano en la construcción de curvas de crecimiento para

[Introduction]

The command is used to add the filter rule into layer-3 interface, use no command to delete filtering rule.

[Command format]

[no] ip ip-access-list (all | {0-199})

[Parameter]

Ip-access-list: IP access list.

All |{0-399}:the serial number of ACL, if it is “all”, then that is all the defined IP ACL.

[Default]

N/A

[Command mode]

Ethernet layer-3 interface mode; privileged user.

[Usage Guide]

Use this command to apply one or more previously defined IP ACL to layer-3 interface.

The previously defined IP ACL applies on layer-3 interface, and will be effective whne receives packets.

[Explanation of command execution echo]

Set access list XX failed Set successfully Set unsuccessfully! [Example] Raisecom(config-ip): ip ip-access-list 0 [Related command] command description show interface ip ip-access-list

Show layer-3 access control configuration ip-access-list IP access list configuration

3.70. ip route

NOT AVAILABLE FOR: ISCOM2826/2126/2016/2008/2026/2826E.

Use “ip route”to add static route,use “no ip route ”to delete static route. ip route A.B.C.D1 E.F.G.H2 a.b.c.d3

no ip route[A.B.C.D1 [E.F.G.H]] [Parameter]

• A.B.C.D1 network prefix; • A.B.C.D2 max;

• A.B.C.D3 next hop IP address [Default]

If command of “no” form has no network prefix,then delete all static route. If command of “no”form has no network mask,then delete all static route that match to the mask.

[Command Modes]

Global configuration mode; privileged user. [Usage Guide]

Static route is configurated by network administrator,this route path will change with network topology, next-hop route must be direct route when use “ip route”to add route.

[Explanation of command execution echo]

Invalid destination IP address. Invalid destination MASK. Invalid next-hop IP address.

Can not set Connected Route to Static.

The total number of IP subnet and static routes has exceed the max value(14). Can't add static route for cluster member

Inconsitent prifix and mask No such static route ! Set successfully

[Example]

Add a route that its destination network is 10.0.0.0,through interface of local 4.0.0.1 transmit.

Raisecom(config)#ip route 10.0.0.0 255.0.0.0 4.0.0.1

Delete all static route.

Raisecom(config)#no ip route

[Related command] Command Description

show ip route Show information of route

3.71. ip routing

NOT AVAILABLE FOR: ISCOM2826/2126/2016/2008/2026

[Introduction]

Use the command ip routing to start the IP transfer function, use no command to deny this action.

[ no ] ip routing [Parameter]

N/A. [Default]

[Command Modes]

Global configuration mode; privileged user. [Usage Guide]

N/A

[Explanation of command execution echo] Set successfully.

[Example]

start the ip transfer function of software.

Raisecom(config)# ip routing

[Related command] N/A

3.72. list

[Introduction]

Use this command to show all commands in one mode. list

[Parameter] N/A [Command Modes]

User EXEC, Privileged EXEC, Global configuration mode, VLAN configuration exec, interface configuration mode, routing protocol configuration mode; normal user and privileged user

[Usage Guide]

Use this command to show particular parameter of all commands under the mode. [Explanation of command execution echo]

chinese clear enable english exit help history list quit terminal history <1-20> terminal time-out <0-65535> [Example] Raisecom>list [Related command] N/A

3.73. logging console

[Introduction]

Configure and start to print the log information and parameters of console, the “no” command will disable the logging information print.

logging console {<0-7> | alerts | critical | debugging | emergencies | errors | informational | notifications | warnings}

no logging console [Parameter]

<0-7> log severity

alerts need action immediately (severity=1) critical serious state (severity =2) debugging debug information (severity =7) emergencies system can not use (severity =0) errors error condition (severity =3) informational informational event (severity =6) notifications normal event under critical condition (severity=5) warnings warning condition (severity=4) [Default]

Enable and the severity is informational [Command Modes]

Global configuration mode and privileged user [Usage Guide]

Use this command to configure print logging information to console. And the severity level will decide which level information will be print to console. E.g. if the severity is 0, only when system is unusable there will be logging information printed to console; if the severity level is 7, all logging information will be printed to console. Severity of logging information.

Grade key word

Severity Description emergencies 0 System can not use

alerts 1 Need action immediately

critical 2 Serious event

errors 3 Error event

warnings 4 Warning event

notifications 5 Normal but critical

informational 6 Inform message

debugging 7 Debug information

[Explanation of command execution echo]

set successfully! set fail!

[Example]

Configure the severity level of logging console as alerts Raisecom(config)#logging console alerts

[Related command] Command Description

Logging monitor Enable output direction of log monitor. logging host Enable output direction of log host. logging file Enable output direction of log file logging on Enable log function

logging time-stamp Set time stamp of log information logging rate Set output speed of log

3.74. logging file

[Introduction]

Configure and start to log events and parameters to log file, the “no” command will disable events to be logged in log file.

logging file no logging file [Parameter]

N/A [Default]

Enable log information to logging file. The mode of output is config. [Command Modes]

Global configuration mode and privileged user [Usage Guide]

Use this command to log information in logging file. [Explanation of command execution echo]

set successfully! set fail!

[Example]

Use this command to record log information in logging file. logging file

[Related command] Command Description

Logging console Enable output direction of log console logging monitor Enable output direction of log monitor. logging file Enable output direction of log file. logging on Enable log function

logging time-stamp Set time stamp of log information logging rate Set output speed of log

show logging Show log information

3.75. logging host

[Introduction]

Configure and start to log events and parameters to assigned PC, the “no” command will disable the log.

logging host A.B.C.D { local0 | local1 | local2 | local3 | local4 | local5 | local6 | local7} { <0-7> | alerts | critical | debugging | emergencies | errors | informational | notifications | warnings }

no logging host A.B.C.D [Parameter]

local0-local7 equipment name of log host ·<0-7> log grade

·alerts need action immediately (severity=1) ·critical serious state (severity =2) ·debugging debug information (severity =7) ·emergencies system not available (severity =0)

·errors error condition (severity =3) ·informational informational event (severity =6) ·notifications normal and critical event (severity =5) ·warnings warning condition (severity=4) [Default]

No assigned log host [Command Modes]

Global configuration mode and privileged user [Usage Guide]

Use this command to configure the assigned log host and the log severity. Log description of log host

Grade keywords

Grade Description

emergencies 0 System not available

alerts 1 Need action immediately

critical 2 Serious event

errors 3 Error event

warnings 4 Warning event

notifications 5 Normal but critical event

informational 6 Inform message

debugging 7 Debug information

[Explanation of command execution echo]

set successfully! set fail!

[Example]

Raisecom(config)# logging host 10.0.0.1 local7 alerts [Related command]

Command Description

Logging console Enable output direction of log console logging monitor Enable output direction of log monitor logging file Enable output direction of log file logging on Enable log function

logging time-stamp Set time stamp of log information logging rate Set output speed of log

show logging Show log information

3.76. logging monitor

[Introduction]

Configure and start to display the log information and parameters in the PC terminal when use Telnet management, the “no” command will disable.

logging monitor {<0-7> | alerts | critical | debugging | emergencies | errors | informational | notifications | warnings}

no logging monitor [Parameter]

<0-7> log grade

alerts need action immediately (severity=1) critical serious state (severity =2) debugging debug information (severity =7) emergencies system can not use (severity =0) errors error condition (severity =3)

informational informational event (severity =6) notifications normal but critical event (severity =5) warnings warning condition (severity =4) [Default]

Disable [Command Modes]

Global configuration mode and privileged user [Usage Guide]

Configure and start to display the log information and parameters in the PC terminal when use Telnet management.

Severity description Grade

keywords

Grade Description

emergencies 0 System not available

alerts 1 Need action immediately

critical 2 Serious event

errors 3 Error event

warnings 4 Warning event

notifications 5 Normal but critical

informational 6 Inform message

debugging 7 Debug information

[Explanation of command execution echo]

set successfully! set fail!

[Example]

This command set record log grade of monitor is alters, all message that is lower than it will output to monitor.

logging monitor alerts

[Related command] Command Description

Logging console Enable output direction of log console logging host Enable output direction of log host logging file Enable output direction of log file logging on Enable the log function

logging time-stamp Set time stamp of log information logging rate Set output speed of log

show logging show log information