Displaying 12 results from an estimated 12 matches for "pvc0".
Did you mean:
nvc0
2004 Jun 07
1
hdlc setup routing question
Hello All,
I am battling a problem I don't know how to fix... Here is the
scenario:
Fractionated T1 with 1-6 channels voice, 21-24 channels data.
Comes into a box with Digium T100P, splits off data channes with HDLC,
to devicec pvc0,
This works fine, but I have a routing problem getting to my machines!
Here is the current set up...
sethdlc hdlc0 fr lmi ansi
sethdlc hdlc0 create 44
ifconfig hdlc0 up
ifconfig pvc0 xxx.xxx.250.74 netmask 255.255.255.252 pointopoint
xxx.xxx.250.73
ifconfig pvc0:0 xxx.xxx.244.33 netmask 255.255....
2004 Apr 18
1
Load balancing over 4 interfaces
Hello lartc!
I have strange problem setting load balancing over 4 interfaces.
Something won''t accept more than 3 interfaces,
While setting:
ip route add default scope global \
nexthop via 0.0.0.0 dev pvc0 weight 1 \
nexthop via 0.0.0.0 dev pvc1 weight 1 \
nexthop via 0.0.0.0 dev pvc2 weight 1
It''s ok:
ip r l
default
nexthop dev pvc0 weight 1
nexthop dev pvc1 weight 1
nexthop dev pvc2 weight 1
But while I try to do same over 4 interfaces:
ip...
2002 Oct 23
0
Statistics truncated
Hello all,
I tried these commands (taken from lartc HOWTO).
#tc qdisc add dev pvc0 root handle 1: prio
#tc qdisc add dev pvc0 parent 1:1 handle 10: sfq
#tc qdisc add dev pvc0 parent 1:2 handle 20: sfq
#tc qdisc add dev pvc0 parent 1:3 handle 30: sfq
When I try to watch at the qdisc statistics with the command:
#tc -s qdisc ls dev pvc0
I have this response:
qdisc sfq 30: quan...
2008 Jan 24
2
boot problems with 2.6.23.x on 64-bit dom0
...le of the domU
is as follows:
---- CUT HERE ----
kernel = ''/home/wigyori/vmlinuz-2.6.23.13-xen''
#kernel = ''/home/wigyori/vmlinuz-2.6.23-1-xen-686''
memory = 512
name = ''pvlinux''
root = ''/dev/xvda1 ro''
extra = ''console=pvc0''
disk = [ ''phy:/dev/main/ssteszt,sda1,w'' ]
---- CUT HERE ----
The domU''s kernel has CONFIG_PARAVIRT enabled, and is configured as i386
arch with PAE enabled, no SMP. I''ve tried Debian''s 2.6.23-1-xen kernel
which was AFAIK reported to work, al...
2003 May 05
1
FW: HDLC & T100P
I got it figured out now. In case anyone else comes across it - this is what I had to do:
Sethdlc hdlc0 mode ansi
Ifconfig hdlc0 up ***NO IP INFO SET***
Sethdlc hdlc0 create <dlci number>
Ifconfig pvc0 <local ip> pointopoint <remote ip> up
Then set your default gateway to the <remote ip> listed in pvc0. That's about it!!
Hope it helps!
-----Original Message-----
From: DUSTIN WILDES
Sent: Monday, May 05, 2003 11:02 AM
To: 'asterisk-users@lists.digium.com'
Sub...
2004 May 21
5
T100P HDLC configuration
All,
I am trying to configure hdlc support on T100P Digium card - everything
seems ok... but it just does not work at all.
I was able to compile all drivers, the light on the card becomes green
when I plug T1 link.... but I even can't ping default router IP... there
is no data coming back to me, so I am confused completely now.
Also I tried both protocols - raw hdlc and cisco hdlc. The
2003 Oct 03
3
monitoring the asterisk and safe restart
Hi List,
I am sorry that I may bring the old question to the community. My question
is
1. How can we determine if asterisk is working normally or not ? what kind
watchdog process do we have at this moment ?
2. In case the running asterisk is mulfucntion, is there any available way
to auto restart asterisk ??
Please advise if you could.
Thanks.
2002 Oct 11
0
[tcng] sysVinit script
...atus|restart} [devices]
tcng show [all|qdisc|class|filter] [devices]
[root@qos tcng]# ./tcng stop
Stopping some/all tcng services:
No traffic control running on : eth0
Flushing : eth1
No traffic control running on : hdlc0
No traffic control running on : hdlc1
No traffic control running on : pvc0
No traffic control running on : pvc1
[root@qos tcng]# ./tcng start
Starting tcng services:
Execute : qdisc add dev eth1 handle 1:0 root dsmark indices 4 default_index 0:
Execute : qdisc add dev eth1 handle 2:0 parent 1:0 htb:
Execute : class add dev eth1 parent 2:0 classid 2:1 htb rate 56000bps...
2005 Jul 08
3
McLeod Integrated T1 - no PRI?
...dwestern CLEC). It
is configured like so:
/etc/zaptel.conf:
loadzone=us
defaultzone=us
span=1,0,0,esf,b8zs ;(also tried 1,1,0,esf,b8zs)
bchan=13-23
nethdlc=1-12
dchan=24
/etc/zapata.conf:
switchtype=national
context=pri-in
signalling=pri_cpe
group=1
channel => 13-23
I can get hdlc0 (and pvc0) up just fine after the appropriate sethdlc
and ifconfig commands. Works perfectly. No alarms, everything looks
good. PRI, however, refuses to work...
pbx*CLI> pri show span 1
Primary D-channel: 24
Status: Provisioned, Down, Active
Switchtype: National ISDN
Type: CPE
Window Length: 0/7
Sen...
2004 Oct 08
2
Excess Bandwidth
Hi,
I''m trying to configure QoS on my linux in the following manner:
I have a main link with 64K, so I divided it in 3 classes of 18K, 14K
and 9K with an excess (not used for classified traffic, just to be
shared) of 23K. This excess should be distributed proportonally among
the 3 classes, that is, the class that has more rate should borrow more
bandwidth. What is happening is
2004 Sep 25
1
Coexistence of Dynamic and Static routing
List members;
I have been reading the digest for some time now and I would like to ask some conceptual questions. I am a telecommunications systems designer and not a software guy, but I have tried and used a number of the tools availabel in the LARTC and Iptables, and many of the other great things included in Linux. We are designing commercial products and I don''t want to ask my
2003 Nov 02
3
Fw: a bit frightened, guys
Hi,
I believe the issues raised by this message are the same as mine, more on a commercial sense than for self use, but mostly the same. I've seen posts where real-life installations are mentioned, but not a reference to how Asterisk is working on production (and productive) environments.
Any experiences would be very welcome I believe, not only on pure technical, but wider, sense.
Thanks