diff options
author | nopedial <samer@m247.com> | 2013-04-27 11:06:21 +0100 |
---|---|---|
committer | nopedial <samer@m247.com> | 2013-04-27 11:06:21 +0100 |
commit | 537b28d2652412605b27292be9ff5c1c1c493e76 (patch) | |
tree | a5700a6580bf6c292abfa01b648d31fdaa82a57c /README.md | |
parent | 80f5c733b3b9c1bf0be3bcafbb868574b77c91b2 (diff) |
Add models and README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -8,12 +8,12 @@ # Install * early days, but try: - 1 rake build - 1 gem install gem/oxidized* - 1 oxidized - 1 vi ~/.config/oxidized - 1 (maybe point to your rancid/router.db or copy it there) - 1 oxidized + * rake build + * gem install gem/oxidized* + * oxidized + * vi ~/.config/oxidized + * (maybe point to your rancid/router.db or copy it there) + * oxidized # API ## Input @@ -42,4 +42,4 @@ * can use 'cmd', 'prompt', 'comment', 'cfg' * cfg is executed in input/output/source context * cmd is executed in instance of model - * 'junos' and 'ios' implemented + * 'junos', 'ios', 'ironware' and 'powerconnect' |