summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/doc/packet_generator/export_format.yaml
diff options
context:
space:
mode:
authorDan Klein <danklei@cisco.com>2015-10-04 17:22:46 +0300
committerDan Klein <danklei@cisco.com>2015-10-04 17:22:46 +0300
commit16e3b19016a0d6e63d9162040811de4386142af0 (patch)
treea6cfd43d40b9368a4c96cf07550b566201d2c5a6 /scripts/automation/trex_control_plane/doc/packet_generator/export_format.yaml
parent7e1bf3602241fb881531965813c0b6ad09790bee (diff)
Updated and added documentation files for packet builder module
Diffstat (limited to 'scripts/automation/trex_control_plane/doc/packet_generator/export_format.yaml')
-rwxr-xr-xscripts/automation/trex_control_plane/doc/packet_generator/export_format.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/scripts/automation/trex_control_plane/doc/packet_generator/export_format.yaml b/scripts/automation/trex_control_plane/doc/packet_generator/export_format.yaml
new file mode 100755
index 00000000..86ae4bc1
--- /dev/null
+++ b/scripts/automation/trex_control_plane/doc/packet_generator/export_format.yaml
@@ -0,0 +1,27 @@
+router:
+ model : 1RU
+ hostname : ASR1001_T-Rex
+ ip_address : 10.56.199.247
+ image : asr1001-universalk9.BLD_V155_2_S_XE315_THROTTLE_LATEST_20150121_110036-std.bin
+ line_password : lab
+ en_password : lab
+ mgmt_interface : GigabitEthernet0/0/0
+ clean_config : /Configurations/danklei/asr1001_TRex_clean_config.cfg
+ intf_masking : 255.255.255.0
+ ipv6_mask : 64
+ interfaces :
+ - client :
+ name : GigabitEthernet0/0/1
+ src_mac_addr : 0000.0001.0000
+ dest_mac_addr : 0000.0001.0000
+ server :
+ name : GigabitEthernet0/0/2
+ src_mac_addr : 0000.0001.0000
+ dest_mac_addr : 0000.0001.0000
+ vrf_name : null
+
+tftp:
+ hostname : ats-asr-srv-1
+ ip_address : 10.56.128.23
+ root_dir : /auto/avc-devtest/
+ images_path : /images/1RU/ \ No newline at end of file