Cisco Packet Tracerではroute-mapやprefix-listができない(コマンドの制限)

たくさんルータを増やしてOSPFやBGPの練習をしていたのだが、BGPでLocal Preferenceの設定を適用するroute-mapを書こうとすると、コマンドがない。調べると、どうやらCisco Packet Tracerは実機に比べてコマンドがかなり制限されているようだ...(泣) 

実機と違ってどんどん機器を増やせるし、機器を設定ごとコピペできたりして便利だったんだけどなぁ。
実機を使わずにBGPの設定とかを練習できるものはあるのだろうか。探してみる。

スクリーンショット 2021-08-03 23.10.03

↑構築したネットワークを残しておく。色々考察して面白い構成にしていく予定だったのだが、想定外...

コマンドの少なさは以下でわかる。残念(勘違いであって欲しい)

Switch(config)#?
Configure commands:
 aaa                Authentication, Authorization and Accounting.
 access-list        Add an access list entry
 banner             Define a login banner
 bba-group          Configure BBA Group
 boot               Boot Commands
 cdp                Global CDP configuration subcommands
 class-map          Configure Class Map
 clock              Configure time-of-day clock
 crypto             Encryption module
 default            Set a command to its defaults
 do                 To run exec commands in config mode
 enable             Modify enable password parameters
 end                Exit from configure mode
 exit               Exit from configure mode
 flow               Global Flow configuration subcommands
 hostname           Set system's network name
 interface          Select an interface to configure
 ip                 Global IP configuration subcommands
 ipv6               Global IPv6 configuration commands
 key                Key management
 license            Configure license features
 line               Configure a terminal line
 lldp               Global LLDP configuration subcommands
 logging            Modify message logging facilities
 login              Enable secure login checking
 mac                MAC configuration
 mls                mls global commands
 monitor            SPAN information and configuration
 no                 Negate a command or set its defaults
 ntp                Configure NTP
 parameter-map      parameter map
 parser             Configure parser
 policy-map         Configure QoS Policy Map
 port-channel       EtherChannel configuration
 priority-list      Build a priority list
 privilege          Command privilege parameters
 queue-list         Build a custom queue list
 rep                Resilient Ethernet Protocol characteristics
 router             Enable a routing process
 service            Modify use of network based services
 snmp-server        Modify SNMP engine parameters
 spanning-tree      Spanning Tree Subsystem
 tacacs-server      Modify TACACS query parameters
 username           Establish User Name Authentication
 vlan               Vlan commands
 vtp                Configure global VTP state
Switch(config)#
Switch(config)#
Switch(config)#route
Switch(config)#router bgp 65
Switch(config)#router bgp 65002
Switch(config-router)#
Switch(config-router)#?
 bgp              BGP specific commands
 distance         Define an administrative distance
 exit             Exit from routing protocol configuration mode
 neighbor         Specify a neighbor router
 network          Specify a network to announce via BGP
 no               Negate a command or set its defaults
 redistribute     Redistribute information from another routing protocol
 synchronization  Perform IGP synchronization
 timers           Adjust routing timers
Switch(config-router)#nei
Switch(config-router)#neighbor ?
 A.B.C.D  Neighbor address
Switch(config-router)#neighbor 10.100.0.1 ?
 next-hop-self  Disable the next hop calculation for this neighbor
 remote-as      Specify a BGP neighbor
Switch(config-router)#neighbor 10.100.0.1 

この記事が気に入ったらサポートをしてみませんか?