Guide To Install dynamips On Mac using Brew
Package Information:
Name: dynamips
Use: Cisco 7200/3600/3725/3745/2600/1700 Router Emulator
URL: https://github.com/GNS3/dynamips
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, Execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dynamips using brew
brew install dynamips
dynamips is ready to use now!