Jump to content

calling team network and riddle


Recommended Posts

Posted

bhayya t 1 circuits ela configure cheyali.. help  CITI#H@  CITI#H@  CITI#H@

multilinking between two serial interfaces ani antunnadu ....

thanks in advance

  • Replies 31
  • Created
  • Last Reply

Top Posters In This Topic

  • kakatiya

    15

  • riddle

    9

  • k2s

    7

  • andala ramudu

    1

Top Posters In This Topic

Posted

[quote author=kakatiya link=topic=231567.msg2869527#msg2869527 date=1314723513]
bhayya t 1 circuits ela configure cheyali.. help  CITI#H@  CITI#H@  CITI#H@

multilinking between two serial interfaces ani antunnadu ....

thanks in advance
[/quote]


Creating a New Multilink Group

This section explains how to create a new multilink group in which multiple T1 interfaces can be bundled. You can create up to 512 multilink groups on each Cisco 10000 series ESR.

Step 1   To create a new multilink group, enter the interface multilink command. In the following example, the multilink group is assigned the number 8, but it can be any number from 1 to 2147483647.
Router(config)# interface multilink 8
Router(config-if)#
Note  You also use the interface multilink number command to enter interface configuration mode for an already existing multilink group.
Step 2   Use the ppp chap hostname command to assign a name that is used when you add T1 interfaces to the group. For example:

Router(config-if)# ppp chap hostname cambridge
Step 3   To create an IP address for the multilink group, use the ip address command. For example:

Router(config-if)# ip address 172.27.48.209 255.255.0.0
Step 4   Add any other configuration subcommands required for the enabling of routing protocols and adjust the interface characteristics.

Step 5   Exit out of interface configuration mode.

Router(config-if)# exit
Router(config)#

After creating the multilink group, you can assign T1 interfaces to it.

Note  Multilink fragmentation is not supported on the Cisco 10000 series ESR. You must disable fragmentation on the remote end of the connection.
Adding T1 Lines to a Multilink Group

This section tells you how to add T1 interfaces to a multilink group. A multilink group consisting of multiple T1 interfaces is referred to as a multilink bundle.

You should assign only full T1 interfaces to a multilink group. You cannot assign more than ten T1 interfaces to a multilink group.

Step 1   Enter interface configuration mode for one of your T1 interfaces. The following example shows the command for entering a T1 interface on a CT3 line card:
Router(config)# interface serial 3/0/0/1:0
Step 2   If you have not already done so, specify the interface encapsulation as PPP.

Router(config-if)# encapsulation ppp
Step 3   Enter the ppp multilink command to enable this interface to support MLP.

Router(config-if)# ppp multilink
Step 4   Assign this interface to the multilink group. In this example, the interface is assigned to multilink group 8.

Router(config-if)# multilink-group 8
Step 5   Specify the PPP CHAP hostname. The hostname should be the same as the one assigned when you created the multilink group in the "Creating a New Multilink Group" section.

Router(config-if)# ppp chap hostname cambridge
Step 6   Exit out of interface configuration mode.

Router(config-if)# exit
Router(config)#

If the interface you added to the multilink bundle contains information such as an IP address, routing protocol, or access list, the router ignores that information. If you remove the interface from the multilink bundle, that information becomes active again.

To add more T1 interfaces to an already created multilink bundle, repeat Step 1 through Step 6.

Tip To move a T1 line to a different MLP bundle, follow the above procedure. Be sure to change the multilink-group number in Step 4 and the hostname value in Step 5.
Removing an Interface from a Multilink Bundle

To remove an interface from a multilink bundle, use the procedure described in this section.

Step 1   Enter interface configuration mode for the T1 interfaces you want to remove from a multilink bundle. For example:
Router(config)# interface serial 3/0/0/1:0
Step 2   Remove the interface from the multilink group.

Router(config-if)# no multilink-group
Step 3   Disable multilink for the interface.

Router(config-if)# no ppp multilink
Step 4   Remove the PPP authentication.

Router(config-if)# no ppp chap hostname
Step 5   Exit out of interface configuration mode.

Router(config-if)# exit
Router(config)#

After you remove PPP authentication, the interface is completely removed from the multilink bundle.

Show Commands

This section lists show commands you can use to obtain information about multilink bundles.

show interfaces multilink

Use the show interfaces multilink command to obtain statistics on a multilink bundle.

Example:

Router# show interfaces multilink 8
Multilink8 is up, line protocol is up
Hardware is multilink group interface
Internet address is 100.1.1.1/24
MTU 1500 bytes, BW 15360 Kbit, DLY 100000 usec, rely 255/255, load
1/255
Encapsulation PPP, crc 16, loopback not set
Keepalive not set
DTR is pulsed for 2 seconds on reset
LCP Open, multilink Open
Open:IPCP
Last input 15:24:43, output never, output hang never
Last clearing of "show interface" counters 15:27:59
Queueing strategy:fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
36 packets input, 665 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
31 packets output, 774 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
show ppp multilink

Use the show ppp multilink command to obtain information about all existing multilink bundles and their member links.

Example:

Router# show ppp multilink
Multilink8, bundle name is group1
Bundle is Distributed
0 lost fragments, 0 reordered, 0 unassigned, sequence 0x0/0x9
rcvd/sent
8 discarded, 4 lost received, 1/255 load
Member links:10 active, 0 inactive (max 10, min not set)
Serial3/0/0/1:0
Serial3/0/0/2:0
Serial3/0/0/3:0
Serial3/0/0/4:0
    ...
show interfaces multilink stat

Use the show interfaces multilink group-number stat command to review traffic statistics for a multilink bundle.

Example:

Router# show interfaces multilink 8 stat
Multilink 8
Switching path Pkts In Chars In Pkts Out Chars Out
Processor 36 665 31 774
Route cache 0 0 0 0
Total 36 665 31 774

Posted

sSc_hidingsofa sSc_hidingsofa sSc_hidingsofa sSc_hidingsofa sSc_hidingsofa

Posted

[quote author=k2s link=topic=231567.msg2869841#msg2869841 date=1314725785]

Creating a New Multilink Group

This section explains how to create a new multilink group in which multiple T1 interfaces can be bundled. You can create up to 512 multilink groups on each Cisco 10000 series ESR.

Step 1   To create a new multilink group, enter the interface multilink command. In the following example, the multilink group is assigned the number 8, but it can be any number from 1 to 2147483647.
Router(config)# interface multilink 8
Router(config-if)#
Note  You also use the interface multilink number command to enter interface configuration mode for an already existing multilink group.
Step 2   Use the ppp chap hostname command to assign a name that is used when you add T1 interfaces to the group. For example:

Router(config-if)# ppp chap hostname cambridge
Step 3   To create an IP address for the multilink group, use the ip address command. For example:

Router(config-if)# ip address 172.27.48.209 255.255.0.0
Step 4   Add any other configuration subcommands required for the enabling of routing protocols and adjust the interface characteristics.

Step 5   Exit out of interface configuration mode.

Router(config-if)# exit
Router(config)#

After creating the multilink group, you can assign T1 interfaces to it.

Note  Multilink fragmentation is not supported on the Cisco 10000 series ESR. You must disable fragmentation on the remote end of the connection.
Adding T1 Lines to a Multilink Group

This section tells you how to add T1 interfaces to a multilink group. A multilink group consisting of multiple T1 interfaces is referred to as a multilink bundle.

You should assign only full T1 interfaces to a multilink group. You cannot assign more than ten T1 interfaces to a multilink group.

Step 1   Enter interface configuration mode for one of your T1 interfaces. The following example shows the command for entering a T1 interface on a CT3 line card:
Router(config)# interface serial 3/0/0/1:0
Step 2   If you have not already done so, specify the interface encapsulation as PPP.

Router(config-if)# encapsulation ppp
Step 3   Enter the ppp multilink command to enable this interface to support MLP.

Router(config-if)# ppp multilink
Step 4   Assign this interface to the multilink group. In this example, the interface is assigned to multilink group 8.

Router(config-if)# multilink-group 8
Step 5   Specify the PPP CHAP hostname. The hostname should be the same as the one assigned when you created the multilink group in the "Creating a New Multilink Group" section.

Router(config-if)# ppp chap hostname cambridge
Step 6   Exit out of interface configuration mode.

Router(config-if)# exit
Router(config)#

If the interface you added to the multilink bundle contains information such as an IP address, routing protocol, or access list, the router ignores that information. If you remove the interface from the multilink bundle, that information becomes active again.

To add more T1 interfaces to an already created multilink bundle, repeat Step 1 through Step 6.

Tip To move a T1 line to a different MLP bundle, follow the above procedure. Be sure to change the multilink-group number in Step 4 and the hostname value in Step 5.
Removing an Interface from a Multilink Bundle

To remove an interface from a multilink bundle, use the procedure described in this section.

Step 1   Enter interface configuration mode for the T1 interfaces you want to remove from a multilink bundle. For example:
Router(config)# interface serial 3/0/0/1:0
Step 2   Remove the interface from the multilink group.

Router(config-if)# no multilink-group
Step 3   Disable multilink for the interface.

Router(config-if)# no ppp multilink
Step 4   Remove the PPP authentication.

Router(config-if)# no ppp chap hostname
Step 5   Exit out of interface configuration mode.

Router(config-if)# exit
Router(config)#

After you remove PPP authentication, the interface is completely removed from the multilink bundle.

Show Commands

This section lists show commands you can use to obtain information about multilink bundles.

show interfaces multilink

Use the show interfaces multilink command to obtain statistics on a multilink bundle.

Example:

Router# show interfaces multilink 8
Multilink8 is up, line protocol is up
Hardware is multilink group interface
Internet address is 100.1.1.1/24
MTU 1500 bytes, BW 15360 Kbit, DLY 100000 usec, rely 255/255, load
1/255
Encapsulation PPP, crc 16, loopback not set
Keepalive not set
DTR is pulsed for 2 seconds on reset
LCP Open, multilink Open
Open:IPCP
Last input 15:24:43, output never, output hang never
Last clearing of "show interface" counters 15:27:59
Queueing strategy:fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
36 packets input, 665 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
31 packets output, 774 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
show ppp multilink

Use the show ppp multilink command to obtain information about all existing multilink bundles and their member links.

Example:

Router# show ppp multilink
Multilink8, bundle name is group1
Bundle is Distributed
0 lost fragments, 0 reordered, 0 unassigned, sequence 0x0/0x9
rcvd/sent
8 discarded, 4 lost received, 1/255 load
Member links:10 active, 0 inactive (max 10, min not set)
Serial3/0/0/1:0
Serial3/0/0/2:0
Serial3/0/0/3:0
Serial3/0/0/4:0
    ...
show interfaces multilink stat

Use the show interfaces multilink group-number stat command to review traffic statistics for a multilink bundle.

Example:

Router# show interfaces multilink 8 stat
Multilink 8
Switching path Pkts In Chars In Pkts Out Chars Out
Processor 36 665 31 774
Route cache 0 0 0 0
Total 36 665 31 774
[/quote] CITI_$D# CITI_$D# CITI_$D#

Posted

k2s bhayya

mundu serilal link ni create chesina multilink ki add cheayli ante ...serila link ki T1 controlelr create cheyali kada ..

for ex s1/0/0:0 undanuko

controller t1 1/0/0
framing
linkecode
cabling
channel group add cheyali kada ??

Posted

controller T1 0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
controller T1 0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24


those controller configurations will create s0/0:0 and s0/1:0

then configure s0/0:0 and s0/1:0  with

no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1

and configure


interface Multilink1
ip address x.x.x.x y.y.y.y
ppp multilink
ppp multilink group 1


S%Hi S%Hi S%Hi S%Hi S%Hi S%Hi

Posted

one after one chestha bhayya.. rendu oke sari no ip adress ani kodithe .. avi down ayipothayi kada... so one link ni multilink ki add chesi  mundu multi link pani chesthundo ledo chusi.... appudu no ip adress on second serial link chestha...

next rendodhi kuda add chestha.... 
i will make sure that at some point of time multilink is working with only single serial link in the group and also the non added serial link is workign ..then i will add non added serial link to the muiltilink and finsh the job ..

thankyou thankyou thankyou thankyou

Posted

[quote author=kakatiya link=topic=231567.msg2915546#msg2915546 date=1315411625]
one after one chestha bhayya.. rendu oke sari no ip adress ani kodithe .. avi down ayipothayi kada... so one link ni multilink ki add chesi  mundu multi link pani chesthundo ledo chusi.... appudu no ip adress on second serial link chestha...

next rendodhi kuda add chestha.... 
i will make sure that at some point of time multilink is working with only single serial link in the group and also the non added serial link is workign ..then i will add non added serial link to the muiltilink and finsh the job ..

thankyou thankyou thankyou thankyou
[/quote]

So already Controller and serial link configurations unnaya.... You need to move them to multilink rather than individual links aa ayithe

Then the approach you are following is right.. touch one link first and bring it to multilink and make sure the multilink is up and one link is under it.

Test it for 5-10 minutes and then bring the second T1 under multilink  S%Hi S%Hi S%Hi S%Hi

Posted

[quote author=riddle link=topic=231567.msg2915579#msg2915579 date=1315411865]
So already Controller and serial link configurations unnaya.... You need to move them to multilink rather than individual links aa ayithe

Then the approach you are following is right.. touch one link first and bring it to multilink and make sure the multilink is up and one link is under it.

Test it for 5-10 minutes and then bring the second T1 under multilink  S%Hi S%Hi S%Hi S%Hi
[/quote]
1 serial link undhi .. rendodhi create chesi multilink kinda add cheyali.. problem enti ante first serial link which is already created edaithe undo daani ip adress ni multilink adress ki ivvali.....  and reg testing

5 10 minutes agala bhayya .... before procedding to add the new serial link?? nenu just ping and sh ip ospf ne chese neghbhouring relationship statement lo multilink vasthe chalu anukuntunna ???  test plan lo multilink ayyinka after 24 hours daka test cheyamannadu ....

Posted

[quote author=kakatiya link=topic=231567.msg2915608#msg2915608 date=1315412076]
1 serial link undhi .. rendodhi create chesi multilink kinda add cheyali.. problem enti ante first serial link which is already created edaithe undo daani ip adress ni multilink adress ki ivvali.....  and reg testing

5 10 minutes agala bhayya .... before procedding to add the new serial link?? nenu just ping and sh ip ospf ne chese neghbhouring relationship statement lo multilink vasthe chalu anukuntunna ???  test plan lo multilink ayyinka after 24 hours daka test cheyamannadu ....
[/quote]

hmm ala ayithe niku other side router access vere links nundi unda? or out of band access unda? endhukante... aa IP adress first link nunchi theyagane remote connectivity down avuthundi kadha....

ya... ping and neighbor ships check  saripothundi....

Posted

[quote author=riddle link=topic=231567.msg2915650#msg2915650 date=1315412417]
hmm ala ayithe niku other side router access vere links nundi unda? or out of band access unda? endhukante... aa IP adress first link nunchi theyagane remote connectivity down avuthundi kadha....

ya... ping and neighbor ships check  saripothundi....
[/quote]

andukane nenu second serial link ni add cheyanu.. adi neghboour ship maintian chesthundi kada....

at the same time i will add reload at 00:20 minutes ane statemtn.. oka vella down aithe adi reload avuthundhi
It will come back with brand new configuration kada ...  &D_@@

Posted

[quote author=kakatiya link=topic=231567.msg2915806#msg2915806 date=1315413509]
andukane nenu second serial link ni add cheyanu.. adi neghboour ship maintian chesthundi kada....

at the same time i will add reload at 00:20 minutes ane statemtn.. oka vella down aithe adi reload avuthundhi
It will come back with brand new configuration kada ...  &D_@@
[/quote]second link already running aa.. nenu inka adhi fresh ga add chestunnavemo anukunna... S%Hi S%Hi S%Hi

×
×
  • Create New...