• Kiếm tiền với Hostinger

    Kiếm Tiền Cùng Hostinger

    Bạn đang tìm kiếm cách kiếm thêm thu nhập online? Hãy tham gia ngay chương trình Affiliate của Hostinger! Với mỗi khách hàng đăng ký thông qua liên kết của bạn, bạn sẽ nhận được khoản hoa hồng hấp dẫn.

    Hostinger cung cấp các dịch vụ lưu trữ web (hosting) chất lượng cao với mức giá cạnh tranh, giúp bạn dễ dàng giới thiệu và thu hút người dùng.

    Đừng bỏ lỡ cơ hội tuyệt vời này để tăng thêm thu nhập thụ động.

    Tham Gia Ngay

Routing Fantasy – Easy To Use Route Simulator – RFC

TigerDao

Administrator
Thành viên BQT





RouterOSv7 includes Routing Fantasy which is a route simulator you can use in a variety of ways. Here are just a few of the uses:

  • Route generation for hardware performance testing. (i.e. How well does this product handles large routing tables as far as CPU and Memory are concerned.
  • Route generation for protocol testing. (You can use this feature to watch routes get transported accross the routing protocols.)
  • Route generation for routing protocol performance testing. (The three main routing protocols, RIP, OSPF, and BGP, can all redistribute the fantasy routes. This can provide an accurate idea of convergence times and protocol specific behaivors.)
  • Route generation for security testing. (i.e. Are routing filters and security mechanisms sufficent?)

Not only is Routing Fantasy easy to use, it significantly out performs trying to accomplish the same tasks by using scripts to generate a suffcient number of routes. It can also be turned off easily and quickly, which was problem trying to do this with scripts. At the time of this writing, Routing Fantasy is CLI only, but I would expect it to get added into the GUI in time.

It is possible to create a maximum of 4,294,967,295 routes per fantasy instance and you can theoretically create up to 4,294,967,295 instances (assuming you have the resources to do that). That’s a lot of routes. This means that you can literally create routes for every IPv4 address there is and easily create authenticate-enough routing tables to cover all routes used for the Internet. Its not perfect yet, but its already useable for many different testing scenarios.

Settings​

SettingMeaningComments
CommentStringAdministrative comment
CountInteger
0 – 4294967295
How many routes to generate.
Dealer-IDStart – End
Integer
0 – 4294967295
DisabledYes/NoWhether or not this instance should be disabled.
DST-AddressPrefixPrefix from which the routes will be generated. (i.e 10.10.10.0/24)
GatewayString
Can be an IP address or an interface
Gateway to be assciated with these routes. Note that the routes will all be installed as active even though they may not be otherwise possible. Ping and traceroute will still work from the route’s perspective.
Instance-IDStart – End
Integer
0 – 4294967295
NameStringAdministrative name.
OffsetInteger
0 – 4294967295
Prefix LengthStart – End
Integer
0 – 4294967295
Prefix length of the generated routes. For example, if the dst-address is set to 10.10.10.0/24, the count is set to 10, and the prefix-length is set to 30, it will generate 10 random routes that are contained within the 10.10.10.0/24 prefix that all have a CIDR of /30. This can also be a range. If the prefix length is set to 25-30, then it will generate routes with random CIDRs from that range contained within the dst-address value.
Priv-OffsStart – End
Integer
0 – 4294967295
Priv-SizeStart – End
Integer
0 – 4294967295
ScopeStart – End
Integer
0 – 4294967295
Scope value to be used in generated routes. Default scope is 150.
SeedString
Target ScopeStart – End
Integer
0 – 4294967295
Target Scope value to be used in generated routes. Default target scope is 140.
Use-HoldYes/No

Examples​


1) Generate just one single route (dst=10.10.10.0/24 gateway=10.10.50.1)

/routing fantasy
add count=0 dst-address=10.10.10.0/24 gateway=10.10.50.1 name=F1


Routing-Fantasy-–-Easy-To-Use-Route-Simulator-–-RFC.jpg


2) Generate 256 /32 routes from a /24 prefix with random gateways

/routing fantasy
add count=255 disabled=no dst-address=10.10.10.0/24 gateway=ether4 name=F1 prefix-length=32


1691650609_87_Routing-Fantasy-–-Easy-To-Use-Route-Simulator-–-RFC.jpg


3) Generate 10 routes with the scope set to 50 and target scope set to 50.

/routing fantasy
add count=9 disabled=no dst-address=10.10.10.0/24 gateway=ether4 name=F1 prefix-length=27 scope=50 target-scope=50


1691650610_293_Routing-Fantasy-–-Easy-To-Use-Route-Simulator-–-RFC.jpg


These are the default scope and target scope values in ROS:

1691650610_874_Routing-Fantasy-–-Easy-To-Use-Route-Simulator-–-RFC.jpg


Enjoy
😉

Like this:​


Like Loading…


Related





Xem tiếp...
 
Top