Wandering's Blog » 日志 » Dynamips: Dynagen拓朴设计(.net)之以不变应万变 v2.0
Dynamips: Dynagen拓朴设计(.net)之以不变应万变 v2.0
Wandering 发表于 2008-04-07 20:41:43
.
#
#
#
# =====================[[[[ Super Topology v2.0 ]]]]=====================
#
#
# Router: R1, R2, R3, R4, R5, R6 (Cisco 3640, Full-mesh)
# Switch: SW1, SW2, SW3, SW4 (Cisco 3640, Full-mesh)
#
#
# |-f0/14------f0/15-|
# [ SW1 ]-|-f1/14------f1/15-|-[ SW2 ]
# | | | |
# f0/15 f1/15 f0/14 f1/14
# | | | |
# | | | |
# | | | |
# f0/14 f1/14 f0/15 f1/15
# | | | |
# [ SW4 ]-|-f0/15------f0/14-|-[ SW3 ]
# |-f1/15------f1/14-|
#
#
# |-f0/13------f0/13-|
# [ SW1 ]-|-f1/13------f1/13-|-[ SW3 ]
#
#
# |-f0/13------f0/13-|
# [ SW2 ]-|-f1/13------f1/13-|-[ SW4 ]
#
#
# |-f0/0-------f0/10-|-[ SW1 ]
# [BB123]-|-f1/0-------f0/10-|-[ SW2 ]
# |-f2/0-------f0/10-|-[ SW3 ]
# |-f3/0-------f0/10-|-[ SW4 ]
#
#
# ( Rx )-s0/0-----------x-( FR0 )
# ( Rx )-s0/1-----------x-( FR1 )
# ( Rx )-s0/2-----------x-( FR2 )
# ( Rx )-s0/3-----------x-( FR3 )
#
# ( Rx )-s1/0-----------x-( FR4 )
# ( Rx )-s1/1-----------x-( FR5 )
# ( Rx )-s1/2-----------x-( FR6 )
# ( Rx )-s1/3-----------x-( FR7 )
#
# ( Rx )-e2/0--------f0/x-[ SW1 ]
# ( Rx )-e2/1--------f0/x-[ SW2 ]
# ( Rx )-e2/2--------f0/x-[ SW3 ]
# ( Rx )-e2/3--------f0/x-[ SW4 ]
#
# ( Rx )-e3/0--------f1/x-[ SW1 ]
# ( Rx )-e3/1--------f1/x-[ SW2 ]
# ( Rx )-e3/2--------f1/x-[ SW3 ]
# ( Rx )-e3/3--------f1/x-[ SW4 ]
#
#
#
# (Wandering, 2008/04/07)
#
#
#----------------------------------------------------------------------------
#
# Q. How to solve duplex mismatch problem which cause by router's ethernet
# interface (half duplex) connects to switch's fastethernet interface ?
# A. Execute commands below on switch:
# switch(config-if)# no shutdown
# switch(config-if)# speed auto
# switch(config-if)# duplex auto
# switch(config-if)# speed 10
# switch(config-if)# duplex auto
# Pay attention to the 1st pair of "speed auto" and "duplex auto", it
# ensures that the interface has cleanly duplex configuration.
#
# Tips: Never save switch's config, in other words keep the config cleanly.
#
#
#
autostart = false
ghostios = true
mmap = true
#sparsemem = true # This is only used for Windows which has a 2 GB per process limit
[localhost:7200]
udp = 10000
workingdir = /data/Dynamips/wdy.super.topology/working
[[3640]]
image = /data/Dynamips/images/c3640-jk9o3s-mz.124-10a.img
ram = 96
disk0 = 0
disk1 = 0
idlepc = 0x604fb1b0
[[ROUTER R1]]
model = 3640
console = 2001
slot0 = NM-4T
slot1 = NM-4T
slot2 = NM-4E
slot3 = NM-4E
s0/0 = FR0 1
s0/1 = FR1 1
s0/2 = FR2 1
s0/3 = FR3 1
s1/0 = FR4 1
s1/1 = FR5 1
s1/2 = FR6 1
s1/3 = FR7 1
cnfg = /data/Dynamips/wdy.super.topology/cfg/R1.cfg
[[ROUTER R2]]
model = 3640
console = 2002
slot0 = NM-4T
slot1 = NM-4T
slot2 = NM-4E
slot3 = NM-4E
s0/0 = FR0 2
s0/1 = FR1 2
s0/2 = FR2 2
s0/3 = FR3 2
s1/0 = FR4 2
s1/1 = FR5 2
s1/2 = FR6 2
s1/3 = FR7 2
cnfg = /data/Dynamips/wdy.super.topology/cfg/R2.cfg
[[Router R3]]
model = 3640
console = 2003
slot0 = NM-4T
slot1 = NM-4T
slot2 = NM-4E
slot3 = NM-4E
s0/0 = FR0 3
s0/1 = FR1 3
s0/2 = FR2 3
s0/3 = FR3 3
s1/0 = FR4 3
s1/1 = FR5 3
s1/2 = FR6 3
s1/3 = FR7 3
cnfg = /data/Dynamips/wdy.super.topology/cfg/R3.cfg
[[Router R4]]
model = 3640
console = 2004
slot0 = NM-4T
slot1 = NM-4T
slot2 = NM-4E
slot3 = NM-4E
s0/0 = FR0 4
s0/1 = FR1 4
s0/2 = FR2 4
s0/3 = FR3 4
s1/0 = FR4 4
s1/1 = FR5 4
s1/2 = FR6 4
s1/3 = FR7 4
cnfg = /data/Dynamips/wdy.super.topology/cfg/R4.cfg
[[Router R5]]
model = 3640
console = 2005
slot0 = NM-4T
slot1 = NM-4T
slot2 = NM-4E
slot3 = NM-4E
s0/0 = FR0 5
s0/1 = FR1 5
s0/2 = FR2 5
s0/3 = FR3 5
s1/0 = FR4 5
s1/1 = FR5 5
s1/2 = FR6 5
s1/3 = FR7 5
cnfg = /data/Dynamips/wdy.super.topology/cfg/R5.cfg
[[Router R6]]
model = 3640
console = 2006
slot0 = NM-4T
slot1 = NM-4T
slot2 = NM-4E
slot3 = NM-4E
s0/0 = FR0 6
s0/1 = FR1 6
s0/2 = FR2 6
s0/3 = FR3 6
s1/0 = FR4 6
s1/1 = FR5 6
s1/2 = FR6 6
s1/3 = FR7 6
cnfg = /data/Dynamips/wdy.super.topology/cfg/R6.cfg
[localhost:7201]
udp = 11000
workingdir = /data/Dynamips/wdy.super.topology/working
[[3640]]
image = /data/Dynamips/images/c3640-jk9o3s-mz.124-10a.img
ram = 96
disk0 = 0
disk1 = 0
idlepc = 0x604fc520
[[Router SW1]]
model = 3640
console = 2007
slot0 = NM-16ESW
slot1 = NM-16ESW
f0/1 = R1 e2/0
f0/2 = R2 e2/0
f0/3 = R3 e2/0
f0/4 = R4 e2/0
f0/5 = R5 e2/0
f0/6 = R6 e2/0
f1/1 = R1 e3/0
f1/2 = R2 e3/0
f1/3 = R3 e3/0
f1/4 = R4 e3/0
f1/5 = R5 e3/0
f1/6 = R6 e3/0
f0/14 = SW2 f0/15
f1/14 = SW2 f1/15
f0/13 = SW3 f0/13
f1/13 = SW3 f1/13
cnfg = /data/Dynamips/wdy.super.topology/cfg/SW1.cfg
# f0/0 = NIO_gen_eth:/Device/NPF_{1E598198-F081-4D89-8613-6435D68C55C9}
[[Router SW2]]
model = 3640
console = 2008
slot0 = NM-16ESW
slot1 = NM-16ESW
f0/1 = R1 e2/1
f0/2 = R2 e2/1
f0/3 = R3 e2/1
f0/4 = R4 e2/1
f0/5 = R5 e2/1
f0/6 = R6 e2/1
f1/1 = R1 e3/1
f1/2 = R2 e3/1
f1/3 = R3 e3/1
f1/4 = R4 e3/1
f1/5 = R5 e3/1
f1/6 = R6 e3/1
f0/14 = SW3 f0/15
f1/14 = SW3 f1/15
f0/13 = SW4 f0/13
f1/13 = SW4 f1/13
cnfg = /data/Dynamips/wdy.super.topology/cfg/SW2.cfg
[[Router SW3]]
model = 3640
console = 2009
slot0 = NM-16ESW
slot1 = NM-16ESW
f0/1 = R1 e2/2
f0/2 = R2 e2/2
f0/3 = R3 e2/2
f0/4 = R4 e2/2
f0/5 = R5 e2/2
f0/6 = R6 e2/2
f1/1 = R1 e3/2
f1/2 = R2 e3/2
f1/3 = R3 e3/2
f1/4 = R4 e3/2
f1/5 = R5 e3/2
f1/6 = R6 e3/2
f0/14 = SW4 f0/15
f1/14 = SW4 f1/15
cnfg = /data/Dynamips/wdy.super.topology/cfg/SW3.cfg
[[Router SW4]]
model = 3640
console = 2010
slot0 = NM-16ESW
slot1 = NM-16ESW
f0/1 = R1 e2/3
f0/2 = R2 e2/3
f0/3 = R3 e2/3
f0/4 = R4 e2/3
f0/5 = R5 e2/3
f0/6 = R6 e2/3
f1/1 = R1 e3/3
f1/2 = R2 e3/3
f1/3 = R3 e3/3
f1/4 = R4 e3/3
f1/5 = R5 e3/3
f1/6 = R6 e3/3
f0/14 = SW1 f0/15
f1/14 = SW1 f1/15
cnfg = /data/Dynamips/wdy.super.topology/cfg/SW4.cfg
[[Router BB123]]
model = 3640
console = 2011
slot0 = NM-1FE-TX
slot1 = NM-1FE-TX
slot2 = NM-1FE-TX
slot3 = NM-1FE-TX
f0/0 = SW1 f0/10
f1/0 = SW2 f0/10
f2/0 = SW3 f0/10
f3/0 = SW4 f0/10
cnfg = /data/Dynamips/wdy.super.topology/cfg/BB123.cfg
[[FRSW FR0]]
# R1
1:102 = 2:201 # From port 1, DLCI 102 to port 2, DLCI 201.
1:103 = 3:301
1:104 = 4:401
1:105 = 5:501
1:106 = 6:601
# R2
2:203 = 3:302
2:204 = 4:402
2:205 = 5:502
2:206 = 6:602
# R3
3:304 = 4:403
3:305 = 5:503
3:306 = 6:603
# R4
4:405 = 5:504
4:406 = 6:604
# R5
5:506 = 6:605
[[FRSW FR1]]
# R1
1:112 = 2:211 # From port 1, DLCI 112 to port 2, DLCI 211.
1:113 = 3:311
1:114 = 4:411
1:115 = 5:511
1:116 = 6:611
# R2
2:213 = 3:312
2:214 = 4:412
2:215 = 5:512
2:216 = 6:612
# R3
3:314 = 4:413
3:315 = 5:513
3:316 = 6:613
# R4
4:415 = 5:514
4:416 = 6:614
# R5
5:516 = 6:615
[[FRSW FR2]]
# R1
1:122 = 2:221
1:123 = 3:321
1:124 = 4:421
1:125 = 5:521
1:126 = 6:621
# R2
2:223 = 3:322
2:224 = 4:422
2:225 = 5:522
2:226 = 6:622
# R3
3:324 = 4:423
3:325 = 5:523
3:326 = 6:623
# R4
4:425 = 5:524
4:426 = 6:624
# R5
5:526 = 6:625
[[FRSW FR3]]
# R1
1:132 = 2:231
1:133 = 3:331
1:134 = 4:431
1:135 = 5:531
1:136 = 6:631
# R2
2:233 = 3:332
2:234 = 4:432
2:235 = 5:532
2:236 = 6:632
# R3
3:334 = 4:433
3:335 = 5:533
3:336 = 6:633
# R4
4:435 = 5:534
4:436 = 6:634
# R5
5:536 = 6:635
[[FRSW FR4]]
# R1
1:142 = 2:241
1:143 = 3:341
1:144 = 4:441
1:145 = 5:541
1:146 = 6:641
# R2
2:243 = 3:342
2:244 = 4:442
2:245 = 5:542
2:246 = 6:642
# R3
3:344 = 4:443
3:345 = 5:543
3:346 = 6:643
# R4
4:445 = 5:544
4:446 = 6:644
# R5
5:546 = 6:645
[[FRSW FR5]]
# R1
1:152 = 2:251
1:153 = 3:351
1:154 = 4:451
1:155 = 5:551
1:156 = 6:651
# R2
2:253 = 3:352
2:254 = 4:452
2:255 = 5:552
2:256 = 6:652
# R3
3:354 = 4:453
3:355 = 5:553
3:356 = 6:653
# R4
4:455 = 5:554
4:456 = 6:654
# R5
5:556 = 6:655
[[FRSW FR6]]
# R1
1:162 = 2:261
1:163 = 3:361
1:164 = 4:461
1:165 = 5:561
1:166 = 6:661
# R2
2:263 = 3:362
2:264 = 4:462
2:265 = 5:562
2:266 = 6:662
# R3
3:364 = 4:463
3:365 = 5:563
3:366 = 6:663
# R4
4:465 = 5:564
4:466 = 6:664
# R5
5:566 = 6:665
[[FRSW FR7]]
# R1
1:172 = 2:271
1:173 = 3:371
1:174 = 4:471
1:175 = 5:571
1:176 = 6:671
# R2
2:273 = 3:372
2:274 = 4:472
2:275 = 5:572
2:276 = 6:672
# R3
3:374 = 4:473
3:375 = 5:573
3:376 = 6:673
# R4
4:475 = 5:574
4:476 = 6:674
# R5
5:576 = 6:675
......
#
#
#
# =====================[[[[ Super Topology v2.0 ]]]]=====================
#
#
# Router: R1, R2, R3, R4, R5, R6 (Cisco 3640, Full-mesh)
# Switch: SW1, SW2, SW3, SW4 (Cisco 3640, Full-mesh)
#
#
# |-f0/14------f0/15-|
# [ SW1 ]-|-f1/14------f1/15-|-[ SW2 ]
# | | | |
# f0/15 f1/15 f0/14 f1/14
# | | | |
# | | | |
# | | | |
# f0/14 f1/14 f0/15 f1/15
# | | | |
# [ SW4 ]-|-f0/15------f0/14-|-[ SW3 ]
# |-f1/15------f1/14-|
#
#
# |-f0/13------f0/13-|
# [ SW1 ]-|-f1/13------f1/13-|-[ SW3 ]
#
#
# |-f0/13------f0/13-|
# [ SW2 ]-|-f1/13------f1/13-|-[ SW4 ]
#
#
# |-f0/0-------f0/10-|-[ SW1 ]
# [BB123]-|-f1/0-------f0/10-|-[ SW2 ]
# |-f2/0-------f0/10-|-[ SW3 ]
# |-f3/0-------f0/10-|-[ SW4 ]
#
#
# ( Rx )-s0/0-----------x-( FR0 )
# ( Rx )-s0/1-----------x-( FR1 )
# ( Rx )-s0/2-----------x-( FR2 )
# ( Rx )-s0/3-----------x-( FR3 )
#
# ( Rx )-s1/0-----------x-( FR4 )
# ( Rx )-s1/1-----------x-( FR5 )
# ( Rx )-s1/2-----------x-( FR6 )
# ( Rx )-s1/3-----------x-( FR7 )
#
# ( Rx )-e2/0--------f0/x-[ SW1 ]
# ( Rx )-e2/1--------f0/x-[ SW2 ]
# ( Rx )-e2/2--------f0/x-[ SW3 ]
# ( Rx )-e2/3--------f0/x-[ SW4 ]
#
# ( Rx )-e3/0--------f1/x-[ SW1 ]
# ( Rx )-e3/1--------f1/x-[ SW2 ]
# ( Rx )-e3/2--------f1/x-[ SW3 ]
# ( Rx )-e3/3--------f1/x-[ SW4 ]
#
#
#
# (Wandering, 2008/04/07)
#
#
#----------------------------------------------------------------------------
#
# Q. How to solve duplex mismatch problem which cause by router's ethernet
# interface (half duplex) connects to switch's fastethernet interface ?
# A. Execute commands below on switch:
# switch(config-if)# no shutdown
# switch(config-if)# speed auto
# switch(config-if)# duplex auto
# switch(config-if)# speed 10
# switch(config-if)# duplex auto
# Pay attention to the 1st pair of "speed auto" and "duplex auto", it
# ensures that the interface has cleanly duplex configuration.
#
# Tips: Never save switch's config, in other words keep the config cleanly.
#
#
#
autostart = false
ghostios = true
mmap = true
#sparsemem = true # This is only used for Windows which has a 2 GB per process limit
[localhost:7200]
udp = 10000
workingdir = /data/Dynamips/wdy.super.topology/working
[[3640]]
image = /data/Dynamips/images/c3640-jk9o3s-mz.124-10a.img
ram = 96
disk0 = 0
disk1 = 0
idlepc = 0x604fb1b0
[[ROUTER R1]]
model = 3640
console = 2001
slot0 = NM-4T
slot1 = NM-4T
slot2 = NM-4E
slot3 = NM-4E
s0/0 = FR0 1
s0/1 = FR1 1
s0/2 = FR2 1
s0/3 = FR3 1
s1/0 = FR4 1
s1/1 = FR5 1
s1/2 = FR6 1
s1/3 = FR7 1
cnfg = /data/Dynamips/wdy.super.topology/cfg/R1.cfg
[[ROUTER R2]]
model = 3640
console = 2002
slot0 = NM-4T
slot1 = NM-4T
slot2 = NM-4E
slot3 = NM-4E
s0/0 = FR0 2
s0/1 = FR1 2
s0/2 = FR2 2
s0/3 = FR3 2
s1/0 = FR4 2
s1/1 = FR5 2
s1/2 = FR6 2
s1/3 = FR7 2
cnfg = /data/Dynamips/wdy.super.topology/cfg/R2.cfg
[[Router R3]]
model = 3640
console = 2003
slot0 = NM-4T
slot1 = NM-4T
slot2 = NM-4E
slot3 = NM-4E
s0/0 = FR0 3
s0/1 = FR1 3
s0/2 = FR2 3
s0/3 = FR3 3
s1/0 = FR4 3
s1/1 = FR5 3
s1/2 = FR6 3
s1/3 = FR7 3
cnfg = /data/Dynamips/wdy.super.topology/cfg/R3.cfg
[[Router R4]]
model = 3640
console = 2004
slot0 = NM-4T
slot1 = NM-4T
slot2 = NM-4E
slot3 = NM-4E
s0/0 = FR0 4
s0/1 = FR1 4
s0/2 = FR2 4
s0/3 = FR3 4
s1/0 = FR4 4
s1/1 = FR5 4
s1/2 = FR6 4
s1/3 = FR7 4
cnfg = /data/Dynamips/wdy.super.topology/cfg/R4.cfg
[[Router R5]]
model = 3640
console = 2005
slot0 = NM-4T
slot1 = NM-4T
slot2 = NM-4E
slot3 = NM-4E
s0/0 = FR0 5
s0/1 = FR1 5
s0/2 = FR2 5
s0/3 = FR3 5
s1/0 = FR4 5
s1/1 = FR5 5
s1/2 = FR6 5
s1/3 = FR7 5
cnfg = /data/Dynamips/wdy.super.topology/cfg/R5.cfg
[[Router R6]]
model = 3640
console = 2006
slot0 = NM-4T
slot1 = NM-4T
slot2 = NM-4E
slot3 = NM-4E
s0/0 = FR0 6
s0/1 = FR1 6
s0/2 = FR2 6
s0/3 = FR3 6
s1/0 = FR4 6
s1/1 = FR5 6
s1/2 = FR6 6
s1/3 = FR7 6
cnfg = /data/Dynamips/wdy.super.topology/cfg/R6.cfg
[localhost:7201]
udp = 11000
workingdir = /data/Dynamips/wdy.super.topology/working
[[3640]]
image = /data/Dynamips/images/c3640-jk9o3s-mz.124-10a.img
ram = 96
disk0 = 0
disk1 = 0
idlepc = 0x604fc520
[[Router SW1]]
model = 3640
console = 2007
slot0 = NM-16ESW
slot1 = NM-16ESW
f0/1 = R1 e2/0
f0/2 = R2 e2/0
f0/3 = R3 e2/0
f0/4 = R4 e2/0
f0/5 = R5 e2/0
f0/6 = R6 e2/0
f1/1 = R1 e3/0
f1/2 = R2 e3/0
f1/3 = R3 e3/0
f1/4 = R4 e3/0
f1/5 = R5 e3/0
f1/6 = R6 e3/0
f0/14 = SW2 f0/15
f1/14 = SW2 f1/15
f0/13 = SW3 f0/13
f1/13 = SW3 f1/13
cnfg = /data/Dynamips/wdy.super.topology/cfg/SW1.cfg
# f0/0 = NIO_gen_eth:/Device/NPF_{1E598198-F081-4D89-8613-6435D68C55C9}
[[Router SW2]]
model = 3640
console = 2008
slot0 = NM-16ESW
slot1 = NM-16ESW
f0/1 = R1 e2/1
f0/2 = R2 e2/1
f0/3 = R3 e2/1
f0/4 = R4 e2/1
f0/5 = R5 e2/1
f0/6 = R6 e2/1
f1/1 = R1 e3/1
f1/2 = R2 e3/1
f1/3 = R3 e3/1
f1/4 = R4 e3/1
f1/5 = R5 e3/1
f1/6 = R6 e3/1
f0/14 = SW3 f0/15
f1/14 = SW3 f1/15
f0/13 = SW4 f0/13
f1/13 = SW4 f1/13
cnfg = /data/Dynamips/wdy.super.topology/cfg/SW2.cfg
[[Router SW3]]
model = 3640
console = 2009
slot0 = NM-16ESW
slot1 = NM-16ESW
f0/1 = R1 e2/2
f0/2 = R2 e2/2
f0/3 = R3 e2/2
f0/4 = R4 e2/2
f0/5 = R5 e2/2
f0/6 = R6 e2/2
f1/1 = R1 e3/2
f1/2 = R2 e3/2
f1/3 = R3 e3/2
f1/4 = R4 e3/2
f1/5 = R5 e3/2
f1/6 = R6 e3/2
f0/14 = SW4 f0/15
f1/14 = SW4 f1/15
cnfg = /data/Dynamips/wdy.super.topology/cfg/SW3.cfg
[[Router SW4]]
model = 3640
console = 2010
slot0 = NM-16ESW
slot1 = NM-16ESW
f0/1 = R1 e2/3
f0/2 = R2 e2/3
f0/3 = R3 e2/3
f0/4 = R4 e2/3
f0/5 = R5 e2/3
f0/6 = R6 e2/3
f1/1 = R1 e3/3
f1/2 = R2 e3/3
f1/3 = R3 e3/3
f1/4 = R4 e3/3
f1/5 = R5 e3/3
f1/6 = R6 e3/3
f0/14 = SW1 f0/15
f1/14 = SW1 f1/15
cnfg = /data/Dynamips/wdy.super.topology/cfg/SW4.cfg
[[Router BB123]]
model = 3640
console = 2011
slot0 = NM-1FE-TX
slot1 = NM-1FE-TX
slot2 = NM-1FE-TX
slot3 = NM-1FE-TX
f0/0 = SW1 f0/10
f1/0 = SW2 f0/10
f2/0 = SW3 f0/10
f3/0 = SW4 f0/10
cnfg = /data/Dynamips/wdy.super.topology/cfg/BB123.cfg
[[FRSW FR0]]
# R1
1:102 = 2:201 # From port 1, DLCI 102 to port 2, DLCI 201.
1:103 = 3:301
1:104 = 4:401
1:105 = 5:501
1:106 = 6:601
# R2
2:203 = 3:302
2:204 = 4:402
2:205 = 5:502
2:206 = 6:602
# R3
3:304 = 4:403
3:305 = 5:503
3:306 = 6:603
# R4
4:405 = 5:504
4:406 = 6:604
# R5
5:506 = 6:605
[[FRSW FR1]]
# R1
1:112 = 2:211 # From port 1, DLCI 112 to port 2, DLCI 211.
1:113 = 3:311
1:114 = 4:411
1:115 = 5:511
1:116 = 6:611
# R2
2:213 = 3:312
2:214 = 4:412
2:215 = 5:512
2:216 = 6:612
# R3
3:314 = 4:413
3:315 = 5:513
3:316 = 6:613
# R4
4:415 = 5:514
4:416 = 6:614
# R5
5:516 = 6:615
[[FRSW FR2]]
# R1
1:122 = 2:221
1:123 = 3:321
1:124 = 4:421
1:125 = 5:521
1:126 = 6:621
# R2
2:223 = 3:322
2:224 = 4:422
2:225 = 5:522
2:226 = 6:622
# R3
3:324 = 4:423
3:325 = 5:523
3:326 = 6:623
# R4
4:425 = 5:524
4:426 = 6:624
# R5
5:526 = 6:625
[[FRSW FR3]]
# R1
1:132 = 2:231
1:133 = 3:331
1:134 = 4:431
1:135 = 5:531
1:136 = 6:631
# R2
2:233 = 3:332
2:234 = 4:432
2:235 = 5:532
2:236 = 6:632
# R3
3:334 = 4:433
3:335 = 5:533
3:336 = 6:633
# R4
4:435 = 5:534
4:436 = 6:634
# R5
5:536 = 6:635
[[FRSW FR4]]
# R1
1:142 = 2:241
1:143 = 3:341
1:144 = 4:441
1:145 = 5:541
1:146 = 6:641
# R2
2:243 = 3:342
2:244 = 4:442
2:245 = 5:542
2:246 = 6:642
# R3
3:344 = 4:443
3:345 = 5:543
3:346 = 6:643
# R4
4:445 = 5:544
4:446 = 6:644
# R5
5:546 = 6:645
[[FRSW FR5]]
# R1
1:152 = 2:251
1:153 = 3:351
1:154 = 4:451
1:155 = 5:551
1:156 = 6:651
# R2
2:253 = 3:352
2:254 = 4:452
2:255 = 5:552
2:256 = 6:652
# R3
3:354 = 4:453
3:355 = 5:553
3:356 = 6:653
# R4
4:455 = 5:554
4:456 = 6:654
# R5
5:556 = 6:655
[[FRSW FR6]]
# R1
1:162 = 2:261
1:163 = 3:361
1:164 = 4:461
1:165 = 5:561
1:166 = 6:661
# R2
2:263 = 3:362
2:264 = 4:462
2:265 = 5:562
2:266 = 6:662
# R3
3:364 = 4:463
3:365 = 5:563
3:366 = 6:663
# R4
4:465 = 5:564
4:466 = 6:664
# R5
5:566 = 6:665
[[FRSW FR7]]
# R1
1:172 = 2:271
1:173 = 3:371
1:174 = 4:471
1:175 = 5:571
1:176 = 6:671
# R2
2:273 = 3:372
2:274 = 4:472
2:275 = 5:572
2:276 = 6:672
# R3
3:374 = 4:473
3:375 = 5:573
3:376 = 6:673
# R4
4:475 = 5:574
4:476 = 6:674
# R5
5:576 = 6:675
......
收藏:
QQ书签
del.icio.us
订阅:
Google
抓虾
