ورود

View Full Version : سوال: تنظیم ip رو QUINTUM ؟



majid325
دوشنبه 29 تیر 1388, 00:58 صبح
سلام دوستان:
من میخوام روی تنور QUINTUM آی پی set کنم
یه نمونه config هم پیدا کردم:

First telnet or connect to your Quintum via the console cable.
Quintum# ei //show ethernet interfaces
There are more than one instances for EthernetInterface (ei):
EthernetInterface SL1DV1EI1
EthernetInterface SL1DV1EI2
EthernetInterface SL1DV1EI3
EthernetInterface SL1DV1EI4

Please specify one.

Quintum# config //Change to config mode
config# ei sl1dv1ei1 //enter the ethernet interface you want to configure
config-EthernetInterface-SL1DV1EI1# print

EthernetInterface-SL1DV1EI1 :
name : (Not Set) name
PortNumber : 1 Read Only, Physical
ManagementAccess : 1 Access Enabled; Defa
DUPlex : 0 Auto
SPeed : 100 100 mbps
IPAddress : 0.0.0.0
WebServerPort : 8080 Port Number
SubnetMask : 0.0.0.0
ExternalNATIPAddr : 0.0.0.0
InternalNATIPDirAttached : (unspecified)
FilterIPDirAttached[1..32] : (unspecified)

config-EthernetInterface-SL1DV1EI1# set ipa 192.168.1.50 //Set the ip address
config-EthernetInterface-SL1DV1EI1* set sm 255.255.255.0 //Set the subnet mask
config-EthernetInterface-SL1DV1EI1# print //Check your settings

EthernetInterface-SL1DV1EI1 :
name : (Not Set) name
PortNumber : 1 Read Only, Physical
ManagementAccess : 1 Access Enabled; Defa
DUPlex : 0 Auto
SPeed : 100 100 mbps
IPAddress : 192.168.1.50
WebServerPort : 8080 Port Number
SubnetMask : 255.255.255.0
ExternalNATIPAddr : 0.0.0.0
InternalNATIPDirAttached : (unspecified)
FilterIPDirAttached[1..32] : (unspecified)

config-EthernetInterface-SL1DV1EI1* siprd
config-StaticIPRouteDir-1* print

StaticIPRouteDir-1 :


StaticIPRoute Table

index Destination NetMask Gateway EIAttached Metric
----- --------------- --------------- --------------- ------------- ------
1 0.0.0.0 0.0.0.0 0.0.0.0 EI-SL1DV1EI1 1


config-StaticIPRouteDir-1# change 1 g 192.168.1.1 //Set the default gateway

StaticIPRoute Table

index Destination NetMask Gateway EIAttached Metric
----- --------------- --------------- --------------- ------------- ------
1 0.0.0.0 0.0.0.0 192.168.1.1 EI-SL1DV1EI1 1

config-StaticIPRouteDir-1* sub //Submit your changes
config-StaticIPRouteDir-1# maint //Change to maintenance mode
maintain-StaticIPRouteDir-1# mc //Master Chassis
maintain-MasterChassis-1# reset //Reset

Are you sure that you want to reset the MasterChassis (Yes/No)?Yes

آیا config بالا کار منو. راه میندازه ، اگر جواب مثبت هست کمی تونضیح اگه میشه بدین.
اگر جواب منفی هست ، راهش چی هست.
با تشکر

iman.gh
سه شنبه 30 تیر 1388, 18:55 عصر
می خوای روش چی بییاری

origination.termination یا SIP وIAX

raravaice
سه شنبه 30 تیر 1388, 19:30 عصر
For ip

config-EthernetInterface-SL1DV1EI1
set ipa {IPADDRESS}

For NETMASK
config-EthernetInterface-SL1DV1EI1
set sm 255.255.255.0

For Gateway
config# siprd 1
config-StaticIPRouteDir-1# show -a
StaticIPRoute Table

index Destination NetMask Gateway EIAttached Metric
================================================== ===========
1 0.0.0.0 0.0.0.0 192.168.2.1 EI-SL1DV1EI1 1

Static IP Routes and Default Gateway To add a new Default Gateway Entry to the StaticIPRouteDirectory

In Config mode while at the appropriate SIPRD prompt level, type the following:
config-StaticIPRouteDir-1# add 0.0.0.0

This will add a new entry line.
Result
StaticIPRoute Table

index Destination NetMask Gateway EIAttached Metric
================================================== ===========
1 0.0.0.0 0.0.0.0 0.0.0.0 <unspecified> 1

Note
The Default entry is added by the Tenor automatically during the first install.
Single Ethernet Port CMS typically
does not need to alter these entries unless the DefaultGateway changes.
To edit information for an existing Default Gateway Entry

In Config mode while at the appropriate SIPRD prompt level, type the following:
config-StaticIPRouteDir-1# "change {index number} {d | nm | g | eia | m} {updated information}"
Destination Example: config-StaticIPRouteDir-1# change 1 d 0.0.0.0
NetMask Example: config-StaticIPRouteDir-1* change 1 nm 0.0.0.0
Gateway Example: config-StaticIPRouteDir-1* change 1 g 192.168.2.1
EIAttached Example: config-StaticIPRouteDir-1* change 1 eia EI-SL1DV1EI1
Metric Example: config-StaticIPRouteDir-1* change 1 m 0

Note
You should not need to alter the information in the Destination,
NetMask, or Metric columns. The Default Gateway's IP Address goes in the Gateway column,
and you will need to associate the Ethernet Interface using EIAttached.
To remove an existing Default Gateway Entry

In Config mode while at the appropriate SIPRD prompt level, type the following:
config-StaticIPRouteDir-1# "remove {index number}" or "rem {index number}"

Example
config-StaticIPRouteDir-1# rem 1

Removes the first Default Gateway Entry Line.

حالا reboot میکنی.



config-VOIPNetwork-1* sub
Quintum# maint
maintain# mc
maintain-MasterChassis-1# reset



البته اگر ip valid داری اون windows manager خیلی کارت رو راحت تر میکنه.
موفق باشید