Skip to content

Instantly share code, notes, and snippets.

@philshafer
Created September 21, 2015 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philshafer/b15f89062759abb24c42 to your computer and use it in GitHub Desktop.
Save philshafer/b15f89062759abb24c42 to your computer and use it in GitHub Desktop.
apply-macro data
vcpe {
interfaces {
fe-0/2/0 {
unit 1 {
apply-macro vcpe {
customer test;
address 3.3.3.3;
vlan-id 345;
security default;
}
}
unit 5 {
apply-macro vcpe {
customer jimmy;
address 1.1.1.1;
vlan-id 111;
security default;
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment